core/pciutils/Pkgfile

17 lines
538 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
# Packager: Markus Ackermann, maol at symlink dot ch
# Maintainer: J<>rgen Daubert, juergen dot daubert at t-online dot de
name=pciutils
2007-06-30 19:40:42 +02:00
version=2.2.6
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
2006-02-23 18:19:35 +01:00
sed -i "s/-O2/$CFLAGS/" Makefile
make PREFIX=/usr ZLIB=no
2007-06-30 19:40:42 +02:00
make PREFIX=$PKG/usr install install-lib
2006-02-23 18:19:35 +01:00
}