X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Flibfreefare%2Flibfreefare.mk;fp=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Flibfreefare%2Flibfreefare.mk;h=5d6d636dbf92a5e4cba363f8e6a77de2178ee149;hb=b0a0f15dfaa205161a7fcb20cf1b8cd4948c2ef3;hp=0000000000000000000000000000000000000000;hpb=c6ac3cd55ee2da956195eee393b0882105dfad4e;p=packages%2Ftrusty%2Fcirros-testvm.git diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/libfreefare/libfreefare.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/libfreefare/libfreefare.mk new file mode 100644 index 0000000..5d6d636 --- /dev/null +++ b/cirros-testvm/src-cirros/buildroot-2015.05/package/libfreefare/libfreefare.mk @@ -0,0 +1,18 @@ +################################################################################ +# +# libfreefare +# +################################################################################ + +LIBFREEFARE_VERSION = 0.3.4 +LIBFREEFARE_SITE = http://libfreefare.googlecode.com/files +LIBFREEFARE_DEPENDENCIES = libnfc openssl +LIBFREEFARE_LICENSE = LGPLv3+ with exception +LIBFREEFARE_LICENSE_FILES = COPYING + +ifeq ($(BR2_STATIC_LIBS),y) +# openssl needs zlib even if the libfreefare example itself doesn't +LIBFREEFARE_CONF_ENV += LIBS='-lz' +endif + +$(eval $(autotools-package))