Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2381 - (hide annotations)
Mon Jun 20 10:08:26 2011 UTC (23 months ago) by acrux
File size: 505 byte(s)
run-parts: updated to 4.0.2
1 acrux 2007 # Description: A small utility from debianutils used by pbbuttonsd
2     # URL: http://www.debian.org/
3     # Maintainer: CRUX PPC Team - http://cruxppc.org/
4     # PPC!=upstream:
5    
6     name=run-parts
7 acrux 2381 version=4.0.2
8 acrux 2007 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
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     }