From: Ben Schweikert Date: Sun, 19 Apr 2009 12:07:01 +0000 (+0000) Subject: changed xen x11libs linux-xen to be packages X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=4203c53659ab2469f82b9bed25d5818189d8a03e changed xen x11libs linux-xen to be packages modified: lfs/linux-xen modified: lfs/x11libs modified: lfs/xen --- diff --git a/lfs/linux-xen b/lfs/linux-xen index aa1056fed..2abc9746b 100644 --- a/lfs/linux-xen +++ b/lfs/linux-xen @@ -28,9 +28,12 @@ PATCHLEVEL = .21 VER = 2.6.27.21 THISAPP = linux-$(VER)-xen -DL_FILE = linux-$(VER)-xen.tar.bz2 +DL_FILE = linux-$(VER).tar.bz2 DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) +PROG = linux-xen +DEPS = "" +PAK_VER = 1 CFLAGS = CXXFLAGS = diff --git a/lfs/x11libs b/lfs/x11libs index fdbea65d8..09fea90dc 100644 --- a/lfs/x11libs +++ b/lfs/x11libs @@ -31,6 +31,9 @@ DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) +PROG = x11libs +PAK_VER = 1 +DEPS = "" ############################################################################### # Top-level Rules @@ -50,6 +53,9 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) md5 : $(subst %,%_MD5,$(objects)) +dist: + @$(PAK) + ############################################################################### # Downloading, checking, md5sum ############################################################################### diff --git a/lfs/xen b/lfs/xen index b01762371..8e49dd248 100644 --- a/lfs/xen +++ b/lfs/xen @@ -31,6 +31,9 @@ DL_FILE = $(THISAPP).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 @@ -50,6 +53,9 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) md5 : $(subst %,%_MD5,$(objects)) +dist: + @$(PAK) + ############################################################################### # Downloading, checking, md5sum ###############################################################################