fakeroot: update to 1.21

This commit is contained in:
Juergen Daubert 2016-06-27 19:00:42 +02:00
parent 0fda2dd98b
commit 64bf40b752
3 changed files with 11 additions and 9 deletions

View File

@ -7,7 +7,8 @@ drwxr-xr-x root/root usr/lib/
-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
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/faked.1.gz
-rw-r--r-- root/root usr/share/man/man1/fakeroot.1.gz

View File

@ -1 +1 @@
a4b4564a75024aa96c86e4d1017ac786 fakeroot_1.20.2.orig.tar.bz2
be5c9a0e516869fca4a6758105968e5a fakeroot_1.21.orig.tar.gz

View File

@ -3,14 +3,15 @@
# Maintainer: Juergen Daubert, jue at crux dot nu
name=fakeroot
version=1.20.2
version=1.21
release=1
source=(http://ftp.debian.org/debian/pool/main/f/$name/${name}_$version.orig.tar.bz2)
source=(http://ftp.debian.org/debian/pool/main/f/$name/${name}_$version.orig.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
sed -i '/^SUBDIRS/d' doc/Makefile.am
./bootstrap
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/man/??
}