From c28eaad11450ef8b973b6d1a8299a856e80ce91e Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Sun, 15 Nov 2009 19:45:00 +0100 Subject: Ajout de fakeroot#1.14-1 --- extra/fakeroot/.footprint | 13 +++++++++++++ extra/fakeroot/.md5sum | 1 + extra/fakeroot/Pkgfile | 17 +++++++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 extra/fakeroot/.footprint create mode 100644 extra/fakeroot/.md5sum create mode 100644 extra/fakeroot/Pkgfile (limited to 'extra/fakeroot') 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 +# Maintainer: Olivier DOSSMANN + +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/?? +} -- cgit v1.2.3-54-g00ecf