summaryrefslogtreecommitdiffstats
path: root/base/pciutils
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-04-07 11:59:17 +0200
committersibel <lesibel@free.fr>2011-04-07 11:59:17 +0200
commit028bff6edb0f1e49a584a6b1582f9a14d0760b18 (patch)
tree65a83cde3e5459c0521745efc70039894c272ae3 /base/pciutils
parent7ace03f4a7c612c13b8bec8cf3271f750bfb4624 (diff)
downloadnutyx-extra-028bff6edb0f1e49a584a6b1582f9a14d0760b18.tar.gz
nutyx-extra-028bff6edb0f1e49a584a6b1582f9a14d0760b18.tar.bz2
nutyx-extra-028bff6edb0f1e49a584a6b1582f9a14d0760b18.tar.xz
nutyx-extra-028bff6edb0f1e49a584a6b1582f9a14d0760b18.zip
pciutils 3.1.7-2, correction port
Diffstat (limited to 'base/pciutils')
-rwxr-xr-xbase/pciutils/Pkgfile7
1 files changed, 5 insertions, 2 deletions
diff --git a/base/pciutils/Pkgfile b/base/pciutils/Pkgfile
index 09a0ce4fc..895c8e6fb 100755
--- a/base/pciutils/Pkgfile
+++ b/base/pciutils/Pkgfile
@@ -5,13 +5,16 @@
name=pciutils
version=3.1.7
-release=1
+release=2
source=( ftp://ftp.kernel.org/pub/software/utils/$name/$name-$version.tar.bz2 )
build() {
cd $name-$version
- make PREFIX=/usr ZLIB=no
+ ./update-pciids.sh
+
+ make OPT="$CFLAGS -fPIC -DPIC" ZLIB=no PREFIX=/usr SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all
+
mkdir -p $PKG/usr/share/man
mkdir -p $PKG/usr/lib
make PREFIX=$PKG/usr install