From 4203c53659ab2469f82b9bed25d5818189d8a03e Mon Sep 17 00:00:00 2001 From: Ben Schweikert Date: Sun, 19 Apr 2009 12:07:01 +0000 Subject: [PATCH] changed xen x11libs linux-xen to be packages modified: lfs/linux-xen modified: lfs/x11libs modified: lfs/xen --- lfs/linux-xen | 5 ++++- lfs/x11libs | 6 ++++++ lfs/xen | 6 ++++++ 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/lfs/linux-xen b/lfs/linux-xen index aa1056fed6..2abc9746bb 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 fdbea65d85..09fea90dc5 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 b017623713..8e49dd248b 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 ############################################################################### -- 2.39.2