core/pciutils/Pkgfile

15 lines
454 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
2008-04-11 11:19:50 +02:00
# URL: http://mj.ucw.cz/pciutils.shtml
# Maintainer: CRUX System Team, core-ports at crux dot nu
2006-02-23 18:19:35 +01:00
name=pciutils
2008-09-12 10:12:41 +02:00
version=3.0.1
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
}