blob: 859b5e37d52d2de60606cb6403ede24905c5bb6d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
################################################################################
#
# libfreefare
#
################################################################################
LIBFREEFARE_VERSION = 0.3.4
LIBFREEFARE_SITE = http://nfc-tools.googlecode.com/files
LIBFREEFARE_DEPENDENCIES = libnfc openssl
$(eval $(autotools-package))
|