diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-16 17:44:06 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-16 17:44:06 +0100 |
commit | 7577535d0bf6b6eefb282c137c11735c3511db24 (patch) | |
tree | f20783ea533c7c11afff5826786df27797f5c9e7 /extra/fakeroot | |
parent | 5618c6784851e1eaeef7af8cfbdde34e99950d71 (diff) | |
parent | 6b49c24b1e655ee84e31beea9a91746111fb60c7 (diff) | |
download | nutyx-pakxe-7577535d0bf6b6eefb282c137c11735c3511db24.tar.gz nutyx-pakxe-7577535d0bf6b6eefb282c137c11735c3511db24.tar.bz2 nutyx-pakxe-7577535d0bf6b6eefb282c137c11735c3511db24.tar.xz nutyx-pakxe-7577535d0bf6b6eefb282c137c11735c3511db24.zip |
Merge commit 'blanko/master'
Diffstat (limited to 'extra/fakeroot')
-rw-r--r-- | extra/fakeroot/.footprint | 13 | ||||
-rw-r--r-- | extra/fakeroot/.md5sum | 1 | ||||
-rw-r--r-- | extra/fakeroot/Pkgfile | 17 |
3 files changed, 31 insertions, 0 deletions
diff --git a/extra/fakeroot/.footprint b/extra/fakeroot/.footprint new file mode 100644 index 000000000..0a0dab9e7 --- /dev/null +++ b/extra/fakeroot/.footprint @@ -0,0 +1,13 @@ +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 diff --git a/extra/fakeroot/.md5sum b/extra/fakeroot/.md5sum new file mode 100644 index 000000000..c15baa391 --- /dev/null +++ b/extra/fakeroot/.md5sum @@ -0,0 +1 @@ +562a33454dc3b02ab30e8cdccc701601 fakeroot_1.14.tar.gz diff --git a/extra/fakeroot/Pkgfile b/extra/fakeroot/Pkgfile new file mode 100644 index 000000000..0c1d1ab87 --- /dev/null +++ b/extra/fakeroot/Pkgfile @@ -0,0 +1,17 @@ +# Description: Lance des commandes dans un environnement root virtuel +# URL: http://fakeroot.alioth.debian.org/ +# Packager: Juergen Daubert <juergen dot daubert at t-online dot de> +# Maintainer: Olivier DOSSMANN <blankoworld at wanadoo dot com> + +name=fakeroot +version=1.14 +release=1 +source=(http://ftp.debian.org/debian/pool/main/f/$name/${name}_$version.tar.gz) + +build () { + cd $name-$version + ./configure --prefix=/usr --mandir=/usr/man + make + make DESTDIR=$PKG install + rm -r $PKG/usr/man/?? +} |