--- /dev/null
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/faked
+-rwxr-xr-x root/root usr/bin/fakeroot
+drwxr-xr-x root/root usr/lib/
+-rwxr-xr-x root/root usr/lib/libfakeroot-0.so
+-rw-r--r-- root/root usr/lib/libfakeroot.a
+-rwxr-xr-x root/root usr/lib/libfakeroot.la
+lrwxrwxrwx root/root usr/lib/libfakeroot.so -> libfakeroot-0.so
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/faked.1.gz
+-rw-r--r-- root/root usr/man/man1/fakeroot.1.gz
--- /dev/null
+# Description: Run commands in an environment faking root privileges
+# URL: http://packages.debian.org/unstable/utils/fakeroot
+# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
+# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
+
+name=fakeroot
+version=1.14.4
+release=1
+source=(http://ftp.debian.org/debian/pool/main/f/$name/${name}_$version.orig.tar.bz2)
+
+build () {
+ cd $name-$version
+ ./configure --build=$CHOST \
+ --host=$CTARGET \
+ --prefix=/usr \
+ --mandir=/usr/man
+ make
+ make DESTDIR=$PKG install
+ rm -r $PKG/usr/man/??
+}