summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier DOSSMANN <blankoworld@wanadoo.fr>2009-11-15 19:45:00 +0100
committerOlivier DOSSMANN <blankoworld@wanadoo.fr>2009-11-15 19:45:00 +0100
commitc28eaad11450ef8b973b6d1a8299a856e80ce91e (patch)
tree3409be34527b00b67e464b3b58ca2e7ebd0184ae
parent2cdab35bbb22a01a43112d526d37af7a4754aa78 (diff)
downloadnutyx-extra-c28eaad11450ef8b973b6d1a8299a856e80ce91e.tar.gz
nutyx-extra-c28eaad11450ef8b973b6d1a8299a856e80ce91e.tar.bz2
nutyx-extra-c28eaad11450ef8b973b6d1a8299a856e80ce91e.tar.xz
nutyx-extra-c28eaad11450ef8b973b6d1a8299a856e80ce91e.zip
Ajout de fakeroot#1.14-1
-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/??
+}