libfreefare: new package

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Simon Dawson 2012-06-08 03:37:25 +00:00 committed by Peter Korsgaard
parent 6b7a7a028c
commit e2b296ad7f
3 changed files with 18 additions and 0 deletions

View File

@ -364,6 +364,7 @@ menu "Hardware handling"
source "package/libaio/Config.in"
source "package/libraw1394/Config.in"
source "package/tslib/Config.in"
source "package/libfreefare/Config.in"
source "package/libftdi/Config.in"
source "package/libhid/Config.in"
source "package/libiqrf/Config.in"

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_LIBFREEFARE
bool "libfreefare"
select BR2_PACKAGE_LIBNFC
help
Library for high level manipulation of MIFARE cards.
http://code.google.com/p/nfc-tools/wiki/libfreefare

View File

@ -0,0 +1,10 @@
#############################################################
#
# libfreefare
#
#############################################################
LIBFREEFARE_VERSION = 0.3.2
LIBFREEFARE_SITE = http://nfc-tools.googlecode.com/files
LIBFREEFARE_DEPENDENCIES = libnfc
$(eval $(call AUTOTARGETS))