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
4 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
10 source=(https://www.kernel.org/pub/software/utils/pciutils/$name-$version.tar.xz)
15 local CONF="ZLIB=no DESTDIR=$PKG PREFIX=/usr"
17 make -j1 $CONF OPT="$CFLAGS" CC="$CC" AR="$AR" RANLIB="$RANLIB" STRIP="-s --strip-program $STRIP" SHARED=yes install install-lib
19 make -j1 $CONF OPT="$CFLAGS" CC="$CC" AR="$AR" RANLIB="$RANLIB" STRIP="-s --strip-program $STRIP" SHARED=no install install-lib