]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added additional information to lfs/pciutils.
authorStefan Schantl <Stevee@ipfire.org>
Mon, 27 Apr 2009 20:49:37 +0000 (22:49 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Mon, 27 Apr 2009 20:49:37 +0000 (22:49 +0200)
lfs/pciutils

index 5c51c0029a238ad8afe6e4105789e8a17ae2a68b..a1d46288435edd6172a63cc9261acf1720fe1902 100644 (file)
@@ -26,6 +26,7 @@ include Config
 
 PKG_NAME   = pciutils
 PKG_VER    = 3.0.3
+PKG_REL    = 0
 
 THISAPP    = $(PKG_NAME)-$(PKG_VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -33,20 +34,39 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 
 OBJECT     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
+MAINTAINER =
+GROUP      = System/Base
+EXTRA      = no
+DEBUG      = no
+DEPS       =
+
+URL        = http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml
+LICENSE    = GPLv2+
+SHORT_DESC = PCI bus related utilities
+
+define LONG_DESC
+       The pciutils package contains various utilities for inspecting \
+       and setting devices connected to the PCI bus. The utilities \
+       provided require kernel version 2.1.82 or newer.
+endef
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
 
 objects = $(DL_FILE)
 
+download: $(objects)
+
 info:
        $(DO_PKG_INFO)
 
 install: $(OBJECT)
 
-download : $(objects)
+package:
+       @$(DO_PACKAGE)
 
-$(objects) :
+$(objects):
        @$(LOAD)
 
 ###############################################################################
@@ -55,7 +75,7 @@ $(objects) :
 
 $(OBJECT) : 
        @$(PREBUILD)
-       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
+       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && make SHARED=yes OPT="$(CFLAGS)" PREFIX=/usr ZLIB=no $(PARALLELISMFLAGS)
        cd $(DIR_APP) && make SHARED=yes PREFIX=/usr install
        install -v -m 755 -d /usr/include/pci