diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-17 23:15:45 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-17 23:15:45 +0100 |
commit | 31c8a2b143383f4d92b74aa548eeb10a2c28a4c1 (patch) | |
tree | 26ac5d1783e74ffa35eb38645fabd510c824edde /extra | |
parent | 9bc2dce0c1520ecf08b5c399707de6586a291eef (diff) | |
download | nutyx-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 'extra')
-rw-r--r-- | extra/fakeroot/.footprint | 13 | ||||
-rw-r--r-- | extra/fakeroot/.md5sum | 1 | ||||
-rw-r--r-- | extra/fakeroot/Pkgfile | 17 |
3 files changed, 0 insertions, 31 deletions
diff --git a/extra/fakeroot/.footprint b/extra/fakeroot/.footprint deleted file mode 100644 index 0a0dab9e7..000000000 --- a/extra/fakeroot/.footprint +++ /dev/null @@ -1,13 +0,0 @@ -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 deleted file mode 100644 index c15baa391..000000000 --- a/extra/fakeroot/.md5sum +++ /dev/null @@ -1 +0,0 @@ -562a33454dc3b02ab30e8cdccc701601 fakeroot_1.14.tar.gz diff --git a/extra/fakeroot/Pkgfile b/extra/fakeroot/Pkgfile deleted file mode 100644 index 0c1d1ab87..000000000 --- a/extra/fakeroot/Pkgfile +++ /dev/null @@ -1,17 +0,0 @@ -# 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/?? -} |