harfbuzz: bump version to 1.4.5
[buildroot-gz.git] / package / iucode-tool / iucode-tool.mk
blobcee05726498dcb98923ecaab27e6ed20fac2d603
1 ################################################################################
3 # iucode-tool
5 ################################################################################
7 IUCODE_TOOL_VERSION = 1.5
8 IUCODE_TOOL_SOURCE = iucode-tool_$(IUCODE_TOOL_VERSION).tar.xz
9 IUCODE_TOOL_SITE = https://gitlab.com/iucode-tool/releases/raw/latest
10 ifeq ($(BR2_PACKAGE_ARGP_STANDALONE),y)
11 IUCODE_TOOL_CONF_ENV = LIBS="-largp"
12 IUCODE_TOOL_DEPENDENCIES = argp-standalone
13 endif
14 IUCODE_TOOL_LICENSE = GPLv2+
15 IUCODE_TOOL_LICENSE_FILES = COPYING
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
22 $(eval $(autotools-package))