new package:

- add fakeroot for later use
This commit is contained in:
Stephan Raue 2009-11-16 02:30:33 +01:00
parent cab45faafd
commit f5ff8ec067
3 changed files with 15 additions and 0 deletions

View File

@ -20,3 +20,4 @@ fi
$SCRIPTS/install cmake
$SCRIPTS/build yasm
$SCRIPTS/build fakeroot

View File

@ -0,0 +1,13 @@
#!/bin/sh
. config/options
setup_toolchain host
cd $BUILD/$1*
./configure --host=$HOST_NAME \
--build=$HOST_NAME \
--prefix=$ROOT/$TOOLCHAIN \
make install

View File

@ -0,0 +1 @@
http://snapshot.debian.net/archive/2008/04/27/debian/pool/main/f/fakeroot/fakeroot_1.9.5.tar.gz