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 / libconfuse / libconfuse.mk
1 ################################################################################
2 #
3 # libconfuse
4 #
5 ################################################################################
6
7 LIBCONFUSE_VERSION = 9413a82f9cb56a94f71fa420f146e841c5372ed8
8 LIBCONFUSE_SITE = $(call github,martinh,libconfuse,$(LIBCONFUSE_VERSION))
9 LIBCONFUSE_INSTALL_STAGING = YES
10 LIBCONFUSE_CONF_OPTS = --disable-rpath
11 LIBCONFUSE_DEPENDENCIES = host-flex
12 LIBCONFUSE_LICENSE = ISC
13 LIBCONFUSE_LICENSE_FILES = LICENSE
14
15 # Fresh from the repository, no configure et al.
16 LIBCONFUSE_AUTORECONF = YES
17 LIBCONFUSE_GETTEXTIZE = YES
18
19 $(eval $(autotools-package))
20 $(eval $(host-autotools-package))