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

Tobias Powalowski tpowa at archlinux.org
Fri Oct 26 06:37:18 UTC 2007


    Date: Friday, October 26, 2007 @ 02:37:18
  Author: tpowa
    Path: /home/cvs-core/core/base/pciutils

Modified: PKGBUILD (1.11 -> 1.12)

'upgpkg: fixed #8614 and bump to new version'


----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)


Index: core/base/pciutils/PKGBUILD
diff -u core/base/pciutils/PKGBUILD:1.11 core/base/pciutils/PKGBUILD:1.12
--- core/base/pciutils/PKGBUILD:1.11	Wed Sep 19 15:07:54 2007
+++ core/base/pciutils/PKGBUILD	Fri Oct 26 02:37:14 2007
@@ -1,16 +1,17 @@
-# $Id: PKGBUILD,v 1.11 2007/09/19 19:07:54 thomas Exp $
+# $Id: PKGBUILD,v 1.12 2007/10/26 06:37:14 tpowa Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=pciutils
-pkgver=2.2.6
-pkgrel=2
+pkgver=2.2.8
+pkgrel=1
 pkgdesc="PCI bus configuration space access library and tools"
 arch=(i686 x86_64)
 license=('GPL2')
 groups=('base')
 url="http://atrey.karlin.mff.cuni.cz/~mj/pciutils.html"
+makedepends=('wget')
 depends=('glibc')
 source=(ftp://ftp.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('80643f3fb571b489fc9fda4faff03aee')
+md5sums=('4d50c37e581351e82baefb55bdcc3966')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
@@ -18,8 +19,8 @@
   sed -i -e 's/^OPT=.*/OPT=-O2 -pipe -fPIC -DPIC/g' Makefile
   ./update-pciids.sh
 
-  make ZLIB=no PREFIX=/usr all || return 1
-  make PREFIX=${startdir}/pkg/usr install
+  make ZLIB=no PREFIX=/usr SHAREDIR=/usr/share/pciutils all || return 1
+  make PREFIX=${startdir}/pkg/usr SHAREDIR=${startdir}/pkg/usr/share/pciutils 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