summaryrefslogtreecommitdiffstats
path: root/base/fakeroot/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-17 23:15:45 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-17 23:15:45 +0100
commit31c8a2b143383f4d92b74aa548eeb10a2c28a4c1 (patch)
tree26ac5d1783e74ffa35eb38645fabd510c824edde /base/fakeroot/Pkgfile
parent9bc2dce0c1520ecf08b5c399707de6586a291eef (diff)
downloadnutyx-pakxe-31c8a2b143383f4d92b74aa548eeb10a2c28a4c1.tar.gz
nutyx-pakxe-31c8a2b143383f4d92b74aa548eeb10a2c28a4c1.tar.bz2
nutyx-pakxe-31c8a2b143383f4d92b74aa548eeb10a2c28a4c1.tar.xz
nutyx-pakxe-31c8a2b143383f4d92b74aa548eeb10a2c28a4c1.zip
Maj fakeroot#1.14.4-1
Diffstat (limited to 'base/fakeroot/Pkgfile')
-rw-r--r--base/fakeroot/Pkgfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/base/fakeroot/Pkgfile b/base/fakeroot/Pkgfile
new file mode 100644
index 000000000..ef20d4605
--- /dev/null
+++ b/base/fakeroot/Pkgfile
@@ -0,0 +1,16 @@
+# 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.4
+release=1
+source=(http://ftp.debian.org/debian/pool/main/f/$name/${name}_$version.orig.tar.bz2)
+
+build () {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}