1################################################################################ 2# 3# iucode-tool 4# 5################################################################################ 6 7IUCODE_TOOL_VERSION = 2.3.1 8IUCODE_TOOL_SOURCE = iucode-tool_$(IUCODE_TOOL_VERSION).tar.xz 9IUCODE_TOOL_SITE = https://gitlab.com/iucode-tool/releases/raw/master 10IUCODE_TOOL_DEPENDENCIES = $(if $(BR2_PACKAGE_ARGP_STANDALONE),argp-standalone) 11IUCODE_TOOL_LICENSE = GPL-2.0+ 12IUCODE_TOOL_LICENSE_FILES = COPYING 13IUCODE_TOOL_CPE_ID_VENDOR = iucode-tool_project 14 15define IUCODE_TOOL_INSTALL_INIT_SYSV 16 $(INSTALL) -D -m 0755 package/iucode-tool/S00iucode-tool \ 17 $(TARGET_DIR)/etc/init.d/S00iucode-tool 18endef 19 20define IUCODE_TOOL_INSTALL_INIT_SYSTEMD 21 $(INSTALL) -D -m 644 package/iucode-tool/iucode.service \ 22 $(TARGET_DIR)/usr/lib/systemd/system/iucode.service 23endef 24 25$(eval $(autotools-package)) 26