summaryrefslogtreecommitdiffstats
path: root/base/pciutils/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-18 00:02:11 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-18 00:02:11 +0100
commit0ff8f6bf10ff008878c433d764295b76acc03194 (patch)
tree7f93d2249614b6c98af9f42db3987d3e7f70076f /base/pciutils/Pkgfile
parentad691f2b8906692edc839d5acebb8c85b7b5db16 (diff)
downloadnutyx-pakxe-0ff8f6bf10ff008878c433d764295b76acc03194.tar.gz
nutyx-pakxe-0ff8f6bf10ff008878c433d764295b76acc03194.tar.bz2
nutyx-pakxe-0ff8f6bf10ff008878c433d764295b76acc03194.tar.xz
nutyx-pakxe-0ff8f6bf10ff008878c433d764295b76acc03194.zip
pciutils, maj 3.1.7-1
Diffstat (limited to 'base/pciutils/Pkgfile')
-rwxr-xr-xbase/pciutils/Pkgfile11
1 files changed, 3 insertions, 8 deletions
diff --git a/base/pciutils/Pkgfile b/base/pciutils/Pkgfile
index 0552788c4..09a0ce4fc 100755
--- a/base/pciutils/Pkgfile
+++ b/base/pciutils/Pkgfile
@@ -2,21 +2,16 @@
# URL: http://atrey.karlin.mff.cuni.cz/~mj/pciutils.html
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on:
name=pciutils
-version=3.1.3
-release=2
+version=3.1.7
+release=1
source=( ftp://ftp.kernel.org/pub/software/utils/$name/$name-$version.tar.bz2 )
build() {
cd $name-$version
- CFLAGS="${CFLAGS} -fPIC -DPIC"
- sed -i -e 's/^OPT=.*/OPT=-O2 -pipe -fPIC -DPIC/g' Makefile
- ./update-pciids.sh
-
- make PREFIX=/usr
+ make PREFIX=/usr ZLIB=no
mkdir -p $PKG/usr/share/man
mkdir -p $PKG/usr/lib
make PREFIX=$PKG/usr install