summaryrefslogtreecommitdiff
path: root/pciutils/Pkgfile
blob: c5271cb03e85a35522096600867b1b7e1e25d933 (plain)
    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 
    5 name=pciutils
    6 version=3.1.2
    7 release=1
    8 source=(http://www.kernel.org/pub/software/utils/$name/$name-$version.tar.gz)
    9 
   10 build() {
   11     cd $name-$version
   12     make OPT="$CFLAGS" PREFIX=/usr ZLIB=no
   13     make DESTDIR=$PKG PREFIX=/usr MANDIR=/usr/man install install-lib
   14 }

Generated by cgit