1################################################################################ 2# 3# libfreefare 4# 5################################################################################ 6 7LIBFREEFARE_VERSION = 0.4.0 8LIBFREEFARE_SOURCE = libfreefare-$(LIBFREEFARE_VERSION).tar.bz2 9# Do not use the github helper here, the generated tarball is *NOT* 10# the same as the one uploaded by upstream for the release. 11LIBFREEFARE_SITE = https://github.com/nfc-tools/libfreefare/releases/download/libfreefare-$(LIBFREEFARE_VERSION) 12LIBFREEFARE_DEPENDENCIES = host-pkgconf libnfc openssl 13LIBFREEFARE_LICENSE = LGPL-3.0+ with exception 14LIBFREEFARE_LICENSE_FILES = COPYING 15LIBFREEFARE_CONF_ENV += LIBS=`$(PKG_CONFIG_HOST_BINARY) --libs openssl` 16 17$(eval $(autotools-package)) 18