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 / liblog4c-localtime / liblog4c-localtime.mk
1 ################################################################################
2 #
3 # liblog4c-localtime
4 #
5 ################################################################################
6
7 LIBLOG4C_LOCALTIME_VERSION = v1.0
8 LIBLOG4C_LOCALTIME_SITE = $(call github,rcmadruga,log4c-localtime,$(LIBLOG4C_LOCALTIME_VERSION))
9 LIBLOG4C_LOCALTIME_INSTALL_STAGING = YES
10 LIBLOG4C_LOCALTIME_CONF_OPTS = --disable-expattest
11 LIBLOG4C_LOCALTIME_DEPENDENCIES = expat
12 LIBLOG4C_LOCALTIME_CONFIG_SCRIPTS = log4c-config
13 LIBLOG4C_LOCALTIME_LICENSE = LGPLv2.1
14 LIBLOG4C_LOCALTIME_LICENSE_FILES = COPYING
15 LIBLOG4C_LOCALTIME_AUTORECONF = YES
16
17 define LIBLOG4C_LOCALTIME_FIX_CONFIGURE_PERMS
18         chmod +x $(@D)/configure
19 endef
20
21 LIBLOG4C_LOCALTIME_PRE_CONFIGURE_HOOKS += LIBLOG4C_LOCALTIME_FIX_CONFIGURE_PERMS
22
23 $(eval $(autotools-package))