44d49d9e9863a12c01b1fa207ce09688d7481428
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / iucode-tool / iucode-tool.mk
1 ################################################################################
2 #
3 # iucode-tool
4 #
5 ################################################################################
6
7 IUCODE_TOOL_VERSION = 1cbd73013cd4c6b2b287f07f6189eef35cb83ca0
8 IUCODE_TOOL_SITE = git://gitorious.org/iucode-tool/iucode-tool.git
9 ifeq ($(BR2_TOOLCHAIN_USES_UCLIBC),y)
10 IUCODE_TOOL_CONF_ENV = LIBS="-largp"
11 IUCODE_TOOL_DEPENDENCIES = argp-standalone
12 endif
13 IUCODE_TOOL_AUTORECONF = YES
14 IUCODE_TOOL_LICENSE = GPLv2+
15 IUCODE_TOOL_LICENSE_FILES = COPYING
16
17 define IUCODE_TOOL_INSTALL_INIT_SYSV
18         $(INSTALL) -D -m 0755 package/iucode-tool/S00iucode-tool \
19                 $(TARGET_DIR)/etc/init.d/S00iucode-tool
20 endef
21
22 $(eval $(autotools-package))