]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/xen
cleanup of xen and xen-tools tar.gz to safe some space
[people/teissler/ipfire-2.x.git] / lfs / xen
diff --git a/lfs/xen b/lfs/xen
index b01762371337c50c18a057d9a475bba110b9213c..1e68b5b5a231504df9c66a1d9e40b4bad6957cc8 100644 (file)
--- a/lfs/xen
+++ b/lfs/xen
@@ -27,10 +27,13 @@ include Config
 VER        = 3.4.0
 
 THISAPP    = xen-$(VER)
-DL_FILE    = $(THISAPP).tar.gz
+DL_FILE    = $(THISAPP)-1.tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
+PROG       = xen
+PAK_VER    = 1
+DEPS       = "x11libs"
 
 ###############################################################################
 # Top-level Rules
@@ -40,7 +43,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = e8c908d0387269d905a673d29b703f1d
+$(DL_FILE)_MD5 = 0a115fd5328cc7b521bbb36e7a84440b
 
 install : $(TARGET)
 
@@ -50,6 +53,9 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
+dist:
+       @$(PAK)
+
 ###############################################################################
 # Downloading, checking, md5sum
 ###############################################################################