Browse Source

* updated pciutils (2.2.3 -> 2.2.5)

git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20978 10447126-35f2-4685-b0cf-6dd780d3921f
early
Alejandro Mery 18 years ago
parent
commit
9b2126b9cd
  1. 22
      base/pciutils/libpci.patch
  2. 6
      base/pciutils/pciutils.conf
  3. 6
      base/pciutils/pciutils.desc

22
base/pciutils/libpci.patch

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../pciutils/libpci.patch
# Copyright (C) 2006 The OpenSDE Project
# Copyright (C) 2006 - 2007 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -14,8 +14,8 @@
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
--- ./Makefile.orig 2006-11-25 17:19:15.000000000 -0300
+++ ./Makefile 2006-11-25 17:22:48.000000000 -0300
--- ./Makefile.orig 2007-05-04 05:43:16.000000000 -0400
+++ ./Makefile 2007-05-04 16:59:08.000000000 -0400
@@ -9,6 +9,8 @@
PREFIX=/usr/local
@ -25,13 +25,13 @@
SHAREDIR=$(PREFIX)/share
IDSDIR=$(SHAREDIR)
MANDIR:=$(shell if [ -d $(PREFIX)/share/man ] ; then echo $(PREFIX)/share/man ; else echo $(PREFIX)/man ; fi)
@@ -70,6 +72,9 @@
$(INSTALL) -c -m 755 update-pciids $(SBINDIR)
$(INSTALL) -c -m 644 pci.ids $(IDSDIR)
$(INSTALL) -c -m 644 lspci.8 setpci.8 update-pciids.8 $(MANDIR)/man8
+ $(INSTALL) -c -m 755 -d $(INCDIR)/pci
+ $(INSTALL) -c -m 644 lib/libpci.a $(LIBDIR)/
+ $(INSTALL) -c -m 644 lib/*.h $(INCDIR)/pci/
@@ -62,6 +64,9 @@
$(INSTALL) -c -m 755 update-pciids $(DESTDIR)$(SBINDIR)
$(INSTALL) -c -m 644 $(PCI_IDS) $(DESTDIR)$(IDSDIR)
$(INSTALL) -c -m 644 lspci.8 setpci.8 update-pciids.8 $(DESTDIR)$(MANDIR)/man8
+ $(INSTALL) -c -m 755 -d $(DESTDIR)$(INCDIR)/pci
+ $(INSTALL) -c -m 644 lib/libpci.a $(DESTDIR)$(LIBDIR)/
+ $(INSTALL) -c -m 644 lib/*.h $(DESTDIR)$(INCDIR)/pci/
uninstall: all
rm -f $(SBINDIR)/lspci $(SBINDIR)/setpci $(SBINDIR)/update-pciids
rm -f $(DESTDIR)$(SBINDIR)/lspci $(DESTDIR)$(SBINDIR)/setpci $(DESTDIR)$(SBINDIR)/update-pciids

6
base/pciutils/pciutils.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../pciutils/pciutils.conf
# Copyright (C) 2006 The OpenSDE Project
# Copyright (C) 2006 - 2007 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -18,3 +18,7 @@ var_append makeinstopt ' ' "LIBDIR=$root$libdir"
hook_add postpatch 5 "bzcat $( match_source_file -p pci.ids- ) > pci.ids"
if pkginstalled gzip; then
# HACK: LDFLAGS is used before the objects, so the given -lz is ignored
var_append GCC_WRAPPER_APPEND '-c?:-lz'
fi

6
base/pciutils/pciutils.desc

@ -3,7 +3,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../pciutils/pciutils.desc
[COPY] Copyright (C) 2006 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2007 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
@ -28,9 +28,9 @@
[L] GPL
[S] Stable
[V] 2.2.3
[V] 2.2.5
[P] X -----5---9 149.900
[D] 2130029682 pciutils-2.2.3.tar.gz ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/
[D] 3447994077 pciutils-2.2.5.tar.gz ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/
[D] 1818385413 pci.ids-2006-11-18.bz2 !http://pciids.sourceforge.net/pci.ids.bz2

Loading…
Cancel
Save