CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 908 -
(hide annotations)
Sun Oct 4 15:10:48 2009 UTC (3 years, 8 months ago) by cjg
File size: 514 byte(s)
Sun Oct 4 15:10:48 2009 UTC (3 years, 8 months ago) by cjg
File size: 514 byte(s)
run-parts: updated to 2.31
| 1 | cjg | 720 | # 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 | cjg | 908 | version=2.31 |
| 8 | cjg | 720 | 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 | } |