summaryrefslogtreecommitdiffstats
path: root/package/libfreefare/libfreefare.mk
blob: 5d6d636dbf92a5e4cba363f8e6a77de2178ee149 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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))
OpenPOWER on IntegriCloud