core/pciutils/Pkgfile

20 lines
562 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
# Depends on: kmod
2006-02-23 18:19:35 +01:00
name=pciutils
version=3.2.0
release=1
2011-10-04 09:23:16 +02:00
source=(ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/$name-$version.tar.gz)
2006-02-23 18:19:35 +01:00
build() {
2006-05-07 10:12:29 +02:00
cd $name-$version
local CONF="ZLIB=no DESTDIR=$PKG PREFIX=/usr MANDIR=/usr/man"
make $CONF OPT="$CFLAGS" SHARED=yes install install-lib
make clean
make $CONF OPT="$CFLAGS" SHARED=no install install-lib
2006-02-23 18:19:35 +01:00
}