e0dbb8324bebb7e4f2cae1031fa7fd495926e058
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libllcp / libllcp.mk
1 ################################################################################
2 #
3 # libllcp
4 #
5 ################################################################################
6
7 LIBLLCP_VERSION = cf0c4b3c9df98851c6092c130192130c3f5a46bd
8 LIBLLCP_SITE = https://libllcp.googlecode.com/git
9 LIBLLCP_SITE_METHOD = git
10 LIBLLCP_DEPENDENCIES = host-pkgconf libnfc
11 # There's no ./configure in the repository, so we need to autoreconf
12 LIBLLCP_AUTORECONF = YES
13 LIBLLCP_INSTALL_STAGING = YES
14 LIBLLCP_LICENSE = GPLv3+
15 LIBLLCP_LICENSE_FILES = COPYING
16 # ensure graphviz isn't used
17 LIBLLCP_CONF_ENV = ac_cv_path_DOT=
18
19 $(eval $(autotools-package))