summaryrefslogtreecommitdiff
path: root/pciutils/Pkgfile
blob: edac93783761b355367454a3d43902117e2bc5db (plain)
    1 # Description: Library and utilities to access the PCI bus configuration registers
    2 # URL: https://mj.ucw.cz/pciutils.shtml
    3 # Maintainer: CRUX System Team, core-ports at crux dot nu
    4 # Depends on: eudev
    5 
    6 name=pciutils
    7 version=3.8.0
    8 release=1
    9 source=(https://www.kernel.org/pub/software/utils/pciutils/$name-$version.tar.xz)
   10 
   11 build() {
   12 	cd $name-$version
   13 
   14 	local CONF="ZLIB=no DESTDIR=$PKG PREFIX=/usr"
   15 
   16 	make -j1 $CONF OPT="$CFLAGS" SHARED=yes install install-lib
   17 	make clean
   18 	make -j1 $CONF OPT="$CFLAGS" SHARED=no  install install-lib
   19 }

Generated by cgit