summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extra/fakeroot/.footprint13
-rw-r--r--extra/fakeroot/.md5sum1
-rw-r--r--extra/fakeroot/Pkgfile17
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/??
+}