CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 1988 -
(show annotations)
Wed Jun 27 10:17:49 2012 UTC (10 months, 3 weeks ago) by gesp
File size: 453 byte(s)
Wed Jun 27 10:17:49 2012 UTC (10 months, 3 weeks ago) by gesp
File size: 453 byte(s)
pciutils: autoupdate to 3.1.10-1
| 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.10 |
| 7 | release=1 |
| 8 | source=(ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/$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 | } |