CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
pciutils: updated to 3.5.6
[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
b751b192 4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
588c60e9 5# Depends on: eudev
6dca1d21
JB
6
7name=pciutils
8121994d 8version=3.5.6
6dca1d21 9release=1
8121994d 10source=(https://www.kernel.org/pub/software/utils/pciutils/$name-$version.tar.xz)
6dca1d21
JB
11
12build() {
572f0ef4 13 cd $name-$version
cce24394
VM
14
15 local CONF="ZLIB=no DESTDIR=$PKG PREFIX=/usr"
16
17 make -j1 $CONF OPT="$CFLAGS" CC="$CC" AR="$AR" RANLIB="$RANLIB" STRIP="-s --strip-program $STRIP" SHARED=yes install install-lib
18 make clean
19 make -j1 $CONF OPT="$CFLAGS" CC="$CC" AR="$AR" RANLIB="$RANLIB" STRIP="-s --strip-program $STRIP" SHARED=no install install-lib
6dca1d21 20}