The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libfreefare / libfreefare.mk
1 ################################################################################
2 #
3 # libfreefare
4 #
5 ################################################################################
6
7 LIBFREEFARE_VERSION = 0.3.4
8 LIBFREEFARE_SITE = http://libfreefare.googlecode.com/files
9 LIBFREEFARE_DEPENDENCIES = libnfc openssl
10 LIBFREEFARE_LICENSE = LGPLv3+ with exception
11 LIBFREEFARE_LICENSE_FILES = COPYING
12
13 ifeq ($(BR2_STATIC_LIBS),y)
14 # openssl needs zlib even if the libfreefare example itself doesn't
15 LIBFREEFARE_CONF_ENV += LIBS='-lz'
16 endif
17
18 $(eval $(autotools-package))