[arch-commits] CVS update of core/base/pciutils (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Oct 28 17:30:33 UTC 2007


    Date: Sunday, October 28, 2007 @ 13:30:33
  Author: jgc
    Path: /home/cvs-core/core/base/pciutils

Modified: PKGBUILD (1.12 -> 1.13)

upgpkg: pciutils 2.2.8-2
Move pci.ids to /usr/share/hwdata, where other distributions keep it also


----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


Index: core/base/pciutils/PKGBUILD
diff -u core/base/pciutils/PKGBUILD:1.12 core/base/pciutils/PKGBUILD:1.13
--- core/base/pciutils/PKGBUILD:1.12	Fri Oct 26 02:37:14 2007
+++ core/base/pciutils/PKGBUILD	Sun Oct 28 13:30:31 2007
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.12 2007/10/26 06:37:14 tpowa Exp $
+# $Id: PKGBUILD,v 1.13 2007/10/28 17:30:31 jgc Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=pciutils
 pkgver=2.2.8
-pkgrel=1
+pkgrel=2
 pkgdesc="PCI bus configuration space access library and tools"
 arch=(i686 x86_64)
 license=('GPL2')
@@ -19,8 +19,8 @@
   sed -i -e 's/^OPT=.*/OPT=-O2 -pipe -fPIC -DPIC/g' Makefile
   ./update-pciids.sh
 
-  make ZLIB=no PREFIX=/usr SHAREDIR=/usr/share/pciutils all || return 1
-  make PREFIX=${startdir}/pkg/usr SHAREDIR=${startdir}/pkg/usr/share/pciutils install
+  make ZLIB=no PREFIX=/usr SHAREDIR=/usr/share/hwdata all || return 1
+  make PREFIX=${startdir}/pkg/usr SHAREDIR=${startdir}/pkg/usr/share/hwdata install
   install -d ${startdir}/pkg/usr/lib
   install -m644 lib/libpci.a ${startdir}/pkg/usr/lib
   for i in config.h header.h pci.h types.h; do




More information about the arch-commits mailing list