CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Merged changes from noeabi (72cbd18e791bd2edff0e8d23873136187f0cd936)
[crossrootfs.git] / pciutils / Pkgfile
CommitLineData
6dca1d21
JB
1# Description: Library and utilities to access the PCI bus configuration registers
2# URL: http://mj.ucw.cz/pciutils.shtml
3# Maintainer: CRUX System Team, core-ports at crux dot nu
83e7e2d0 4# Arch Maintainer: CRUX-ARM System Team, devel@crux-arm.nu
6dca1d21
JB
5# Depends on:
6
7name=pciutils
247b04e4 8version=3.1.7
6dca1d21
JB
9release=1
10source=(http://www.kernel.org/pub/software/utils/$name/$name-$version.tar.gz)
11
12build() {
13 cd $name-$version
14 make CC="$CC" AR="$AR" RANLIB="$RANLIB" OPT="$CFLAGS" PREFIX=/usr ZLIB=no
15 make DESTDIR=$PKG PREFIX=/usr MANDIR=/usr/man STRIP="" install install-lib
16}