1 ################################################################################
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
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
22 $(eval
$(autotools-package
))