CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libcap: initial import (verified compilation)
[attic/ports/opt-cross.git] / fakeroot / Pkgfile
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 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5
6 name=fakeroot
7 version=1.14.4
8 release=1
9 source=(http://ftp.debian.org/debian/pool/main/f/$name/${name}_$version.orig.tar.bz2)
10
11 build () {
12 cd $name-$version
13 ./configure --build=$CHOST \
14 --host=$CTARGET \
15 --prefix=/usr \
16 --mandir=/usr/man
17 make
18 make DESTDIR=$PKG install
19 rm -r $PKG/usr/man/??
20 }