CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 721 -
(show annotations)
Sun Oct 4 15:09:27 2009 UTC (3 years, 7 months ago) by cjg
File size: 514 byte(s)
Sun Oct 4 15:09:27 2009 UTC (3 years, 7 months ago) by cjg
File size: 514 byte(s)
mass update
| 1 | # Description: A small utility from debianutils used by pbbuttonsd |
| 2 | # URL: http://www.debian.org/ |
| 3 | # Maintainer: CRUX PPC team http://cruxppc.sunsite.dk |
| 4 | # PPC!= |
| 5 | |
| 6 | name=run-parts |
| 7 | version=2.30 |
| 8 | release=1 |
| 9 | source=(http://ftp.debian.org/debian/pool/main/d/debianutils/debianutils_${version}.tar.gz) |
| 10 | |
| 11 | build() { |
| 12 | cd debianutils-$version |
| 13 | ./configure --prefix=/usr --disable-nls |
| 14 | make run-parts |
| 15 | install -D -m 755 run-parts $PKG/usr/bin/run-parts |
| 16 | install -D -m 644 run-parts.8 $PKG/usr/man/man8/run-parts.8 |
| 17 | } |