xref: /buildroot/package/liblog4c-localtime/liblog4c-localtime.mk
  • Home
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • current directory
1################################################################################
2#
3# liblog4c-localtime
4#
5################################################################################
6
7LIBLOG4C_LOCALTIME_VERSION = 1.0
8LIBLOG4C_LOCALTIME_SITE = $(call github,rcmadruga,log4c-localtime,v$(LIBLOG4C_LOCALTIME_VERSION))
9LIBLOG4C_LOCALTIME_INSTALL_STAGING = YES
10LIBLOG4C_LOCALTIME_CONF_OPTS = --disable-expattest
11LIBLOG4C_LOCALTIME_DEPENDENCIES = expat
12LIBLOG4C_LOCALTIME_CONFIG_SCRIPTS = log4c-config
13LIBLOG4C_LOCALTIME_LICENSE = LGPL-2.1
14LIBLOG4C_LOCALTIME_LICENSE_FILES = COPYING
15LIBLOG4C_LOCALTIME_AUTORECONF = YES
16
17define LIBLOG4C_LOCALTIME_FIX_CONFIGURE_PERMS
18	chmod +x $(@D)/configure
19endef
20
21LIBLOG4C_LOCALTIME_PRE_CONFIGURE_HOOKS += LIBLOG4C_LOCALTIME_FIX_CONFIGURE_PERMS
22
23$(eval $(autotools-package))
24

Last Index update Fri Aug 22 08:59:00 CST 2025