6d38cf8522
This patch bumps the libfreefare package from version 0.3.2 to version 0.3.4. Version 0.3.4 requires a minium libnfc version of 1.6. A separate patch has been submitted to bump the libnfc version; that patch should be regarded as a prerequisite for the present patch. Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11 lines
299 B
Makefile
11 lines
299 B
Makefile
#############################################################
|
|
#
|
|
# libfreefare
|
|
#
|
|
#############################################################
|
|
LIBFREEFARE_VERSION = 0.3.4
|
|
LIBFREEFARE_SITE = http://nfc-tools.googlecode.com/files
|
|
LIBFREEFARE_DEPENDENCIES = libnfc openssl
|
|
|
|
$(eval $(autotools-package))
|