X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Fsredird%2Fsredird.mk;fp=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Fsredird%2Fsredird.mk;h=ebd7122bab022a89fc1ff4dcf2833a8cb1d6d8eb;hb=b0a0f15dfaa205161a7fcb20cf1b8cd4948c2ef3;hp=0000000000000000000000000000000000000000;hpb=c6ac3cd55ee2da956195eee393b0882105dfad4e;p=packages%2Ftrusty%2Fcirros-testvm.git diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/sredird/sredird.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/sredird/sredird.mk new file mode 100644 index 0000000..ebd7122 --- /dev/null +++ b/cirros-testvm/src-cirros/buildroot-2015.05/package/sredird/sredird.mk @@ -0,0 +1,21 @@ +################################################################################ +# +# sredird +# +################################################################################ + +SREDIRD_VERSION = 2.2.1-1.1 +SREDIRD_SOURCE = sredird_$(SREDIRD_VERSION).tar.gz +SREDIRD_SITE = http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/s/sredird +SREDIRD_LICENSE = GPLv2+ +SREDIRD_LICENSE_FILES = COPYING + +define SREDIRD_BUILD_CMDS + $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) +endef + +define SREDIRD_INSTALL_TARGET_CMDS + $(INSTALL) -D -m 0755 $(@D)/sredird $(TARGET_DIR)/usr/sbin/sredird +endef + +$(eval $(generic-package))