CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 1238 -
(show annotations)
Sun Oct 4 15:13:26 2009 UTC (3 years, 7 months ago) by cjg
File size: 476 byte(s)
Sun Oct 4 15:13:26 2009 UTC (3 years, 7 months ago) by cjg
File size: 476 byte(s)
fakeroot: added
| 1 | # Description: Run commands in an environment faking root privileges |
| 2 | # URL: http://packages.debian.org/unstable/utils/fakeroot |
| 3 | # Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de |
| 4 | |
| 5 | name=fakeroot |
| 6 | version=1.13 |
| 7 | release=1 |
| 8 | source=(http://ftp.de.debian.org/debian/pool/main/f/$name/${name}_$version.tar.gz) |
| 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 | } |