From: Stefan Schantl Date: Mon, 27 Apr 2009 20:49:37 +0000 (+0200) Subject: Added additional information to lfs/pciutils. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57814086dc956a64a3aabe5136fa524a1e9620d5;p=ipfire-3.x.git Added additional information to lfs/pciutils. --- diff --git a/lfs/pciutils b/lfs/pciutils index 5c51c0029..a1d462884 100644 --- a/lfs/pciutils +++ b/lfs/pciutils @@ -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