CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 2371 -
(show annotations)
Sat Jun 11 08:17:08 2011 UTC (2 years ago) by gesp
File size: 459 byte(s)
Sat Jun 11 08:17:08 2011 UTC (2 years ago) by gesp
File size: 459 byte(s)
fakeroot: autoupdate to 1.16-1
| 1 | # Description: Run commands in an environment faking root privileges |
| 2 | # URL: http://packages.debian.org/unstable/utils/fakeroot |
| 3 | # Maintainer: Juergen Daubert, jue at crux dot nu |
| 4 | |
| 5 | name=fakeroot |
| 6 | version=1.16 |
| 7 | release=1 |
| 8 | source=(http://ftp.debian.org/debian/pool/main/f/$name/${name}_$version.orig.tar.bz2) |
| 9 | |
| 10 | build () { |
| 11 | cd $name-$version |
| 12 | ./configure --prefix=/usr --mandir=/usr/man |
| 13 | make |
| 14 | make DESTDIR=$PKG install |
| 15 | rm -r $PKG/usr/man/?? |
| 16 | } |