2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2013-05-10 08:29:34 +02:00
|
|
|
#
|
2013-07-22 07:30:22 +02:00
|
|
|
# liblog4c-localtime
|
2013-05-10 08:29:34 +02:00
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2013-06-06 01:53:25 +02:00
|
|
|
|
2013-11-02 17:13:34 +01:00
|
|
|
LIBLOG4C_LOCALTIME_VERSION = v1.0
|
2014-06-26 21:20:59 +02:00
|
|
|
LIBLOG4C_LOCALTIME_SITE = $(call github,rcmadruga,log4c-localtime,$(LIBLOG4C_LOCALTIME_VERSION))
|
2013-05-10 08:29:34 +02:00
|
|
|
LIBLOG4C_LOCALTIME_INSTALL_STAGING = YES
|
2014-09-27 21:32:44 +02:00
|
|
|
LIBLOG4C_LOCALTIME_CONF_OPTS = --disable-expattest
|
2013-05-10 08:29:34 +02:00
|
|
|
LIBLOG4C_LOCALTIME_DEPENDENCIES = expat
|
2013-05-10 08:29:35 +02:00
|
|
|
LIBLOG4C_LOCALTIME_CONFIG_SCRIPTS = log4c-config
|
2014-06-26 21:20:59 +02:00
|
|
|
LIBLOG4C_LOCALTIME_LICENSE = LGPLv2.1
|
|
|
|
LIBLOG4C_LOCALTIME_LICENSE_FILES = COPYING
|
2012-10-11 01:34:26 +02:00
|
|
|
|
|
|
|
define LIBLOG4C_LOCALTIME_FIX_CONFIGURE_PERMS
|
|
|
|
chmod +x $(@D)/configure
|
|
|
|
endef
|
|
|
|
|
|
|
|
LIBLOG4C_LOCALTIME_PRE_CONFIGURE_HOOKS += LIBLOG4C_LOCALTIME_FIX_CONFIGURE_PERMS
|
|
|
|
|
2014-10-23 10:43:37 +02:00
|
|
|
$(eval $(autotools-package))
|