summaryrefslogtreecommitdiffstats
path: root/extra/fakeroot/Pkgfile
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 /extra/fakeroot/Pkgfile
parent2cdab35bbb22a01a43112d526d37af7a4754aa78 (diff)
downloadnutyx-pakxe-c28eaad11450ef8b973b6d1a8299a856e80ce91e.tar.gz
nutyx-pakxe-c28eaad11450ef8b973b6d1a8299a856e80ce91e.tar.bz2
nutyx-pakxe-c28eaad11450ef8b973b6d1a8299a856e80ce91e.tar.xz
nutyx-pakxe-c28eaad11450ef8b973b6d1a8299a856e80ce91e.zip
Ajout de fakeroot#1.14-1
Diffstat (limited to 'extra/fakeroot/Pkgfile')
-rw-r--r--extra/fakeroot/Pkgfile17
1 files changed, 17 insertions, 0 deletions
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/??
+}