Commit | Line | Data |
---|---|---|
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 | |
4 | # Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org | |
5 | # Depends on: | |
6 | ||
7 | name=pciutils | |
8 | version=3.1.4 | |
9 | release=1 | |
10 | source=(http://www.kernel.org/pub/software/utils/$name/$name-$version.tar.gz) | |
11 | ||
12 | build() { | |
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 | } |