core/pciutils/Pkgfile

15 lines
484 B
Plaintext
Raw Normal View History

2006-05-07 10:12:29 +02:00
# Description: Library and utilities to access the PCI bus configuration registers
2006-02-23 18:19:35 +01:00
# URL: http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml
# Maintainer: J<>rgen Daubert, juergen dot daubert at t-online dot de
name=pciutils
2007-11-08 10:42:44 +01:00
version=2.2.9
2007-05-07 19:16:20 +02:00
release=1
source=(http://www.kernel.org/pub/software/utils/$name/$name-$version.tar.gz)
2006-02-23 18:19:35 +01:00
build() {
2006-05-07 10:12:29 +02:00
cd $name-$version
2007-10-07 09:49:53 +02:00
make OPT="$CFLAGS" PREFIX=/usr ZLIB=no
make DESTDIR=$PKG PREFIX=/usr MANDIR=/usr/man install install-lib
2006-02-23 18:19:35 +01:00
}