1*4882a593Smuzhiyun################################################################################ 2*4882a593Smuzhiyun# 3*4882a593Smuzhiyun# liblog4c-localtime 4*4882a593Smuzhiyun# 5*4882a593Smuzhiyun################################################################################ 6*4882a593Smuzhiyun 7*4882a593SmuzhiyunLIBLOG4C_LOCALTIME_VERSION = 1.0 8*4882a593SmuzhiyunLIBLOG4C_LOCALTIME_SITE = $(call github,rcmadruga,log4c-localtime,v$(LIBLOG4C_LOCALTIME_VERSION)) 9*4882a593SmuzhiyunLIBLOG4C_LOCALTIME_INSTALL_STAGING = YES 10*4882a593SmuzhiyunLIBLOG4C_LOCALTIME_CONF_OPTS = --disable-expattest 11*4882a593SmuzhiyunLIBLOG4C_LOCALTIME_DEPENDENCIES = expat 12*4882a593SmuzhiyunLIBLOG4C_LOCALTIME_CONFIG_SCRIPTS = log4c-config 13*4882a593SmuzhiyunLIBLOG4C_LOCALTIME_LICENSE = LGPL-2.1 14*4882a593SmuzhiyunLIBLOG4C_LOCALTIME_LICENSE_FILES = COPYING 15*4882a593SmuzhiyunLIBLOG4C_LOCALTIME_AUTORECONF = YES 16*4882a593Smuzhiyun 17*4882a593Smuzhiyundefine LIBLOG4C_LOCALTIME_FIX_CONFIGURE_PERMS 18*4882a593Smuzhiyun chmod +x $(@D)/configure 19*4882a593Smuzhiyunendef 20*4882a593Smuzhiyun 21*4882a593SmuzhiyunLIBLOG4C_LOCALTIME_PRE_CONFIGURE_HOOKS += LIBLOG4C_LOCALTIME_FIX_CONFIGURE_PERMS 22*4882a593Smuzhiyun 23*4882a593Smuzhiyun$(eval $(autotools-package)) 24