changed xen x11libs linux-xen to be packages

modified:   lfs/linux-xen
	modified:   lfs/x11libs
	modified:   lfs/xen
This commit is contained in:
Ben Schweikert
2009-04-19 12:07:01 +00:00
parent b05aa03661
commit 4203c53659
3 changed files with 16 additions and 1 deletions

View File

@@ -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 =

View File

@@ -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
###############################################################################

View File

@@ -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
###############################################################################