X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Fiucode-tool%2Fiucode-tool.mk;fp=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Fiucode-tool%2Fiucode-tool.mk;h=44d49d9e9863a12c01b1fa207ce09688d7481428;hb=b0a0f15dfaa205161a7fcb20cf1b8cd4948c2ef3;hp=0000000000000000000000000000000000000000;hpb=c6ac3cd55ee2da956195eee393b0882105dfad4e;p=packages%2Ftrusty%2Fcirros-testvm.git diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/iucode-tool/iucode-tool.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/iucode-tool/iucode-tool.mk new file mode 100644 index 0000000..44d49d9 --- /dev/null +++ b/cirros-testvm/src-cirros/buildroot-2015.05/package/iucode-tool/iucode-tool.mk @@ -0,0 +1,22 @@ +################################################################################ +# +# iucode-tool +# +################################################################################ + +IUCODE_TOOL_VERSION = 1cbd73013cd4c6b2b287f07f6189eef35cb83ca0 +IUCODE_TOOL_SITE = git://gitorious.org/iucode-tool/iucode-tool.git +ifeq ($(BR2_TOOLCHAIN_USES_UCLIBC),y) +IUCODE_TOOL_CONF_ENV = LIBS="-largp" +IUCODE_TOOL_DEPENDENCIES = argp-standalone +endif +IUCODE_TOOL_AUTORECONF = YES +IUCODE_TOOL_LICENSE = GPLv2+ +IUCODE_TOOL_LICENSE_FILES = COPYING + +define IUCODE_TOOL_INSTALL_INIT_SYSV + $(INSTALL) -D -m 0755 package/iucode-tool/S00iucode-tool \ + $(TARGET_DIR)/etc/init.d/S00iucode-tool +endef + +$(eval $(autotools-package))