imagezip also needed
[omf.git] / Makefile
index 8e624a8..0c3bbe0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,10 @@ ALL += libxmpp4r
 libxmpp4r-URL          := http://pkg.mytestbed.net/yum/base/8/i386/libxmpp4r-ruby1.8-1.0-1.noarch.rpm
 libxmpp4r-SHA1SUM      := 7db1a6260435aca494f9b5e36517568a7f63e5c8
 libxmpp4r              := $(notdir $(libxmpp4r-URL))
+ALL += imagezip
+imagezip-URL           := http://pkg.mytestbed.net/yum/base/8/i386/imagezip-1.0.0-3.i386.rpm
+imagezip-SHA1SUM       := b96297e480dfbc2360bcb62ff4ee130794124849
+imagezip               := $(notdir $(imagezip-URL))
 
 all: $(ALL)
 .PHONY: all
@@ -45,6 +49,7 @@ $(eval $(call download_target,omf-resctl))
 $(eval $(call download_target,omf-common))
 $(eval $(call download_target,liblog4r))
 $(eval $(call download_target,libxmpp4r))
+$(eval $(call download_target,imagezip))
 
 #################### convenience, for debugging only
 # make +foo : prints the value of $(foo)