summaryrefslogtreecommitdiff
path: root/fakeroot
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2016-06-27 19:00:42 +0200
committerJuergen Daubert <jue@jue.li>2016-06-27 19:02:05 +0200
commit64bf40b7529c92b5bcbccbbfecb54a1e0d3dd8bd (patch)
treef34b3a05bb0117c0613b4a9986cf0f8d4a5fa64e /fakeroot
parent0fda2dd98b1bcc579e18e12b719f8b19446f56ce (diff)
downloadopt-64bf40b7529c92b5bcbccbbfecb54a1e0d3dd8bd.tar.gz
opt-64bf40b7529c92b5bcbccbbfecb54a1e0d3dd8bd.tar.xz
fakeroot: update to 1.21
Diffstat (limited to 'fakeroot')
-rw-r--r--fakeroot/.footprint9
-rw-r--r--fakeroot/.md5sum2
-rw-r--r--fakeroot/Pkgfile9
3 files changed, 11 insertions, 9 deletions
diff --git a/fakeroot/.footprint b/fakeroot/.footprint
index 0a0dab9e7..63f337210 100644
--- a/fakeroot/.footprint
+++ b/fakeroot/.footprint
@@ -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
diff --git a/fakeroot/.md5sum b/fakeroot/.md5sum
index 43d5e0ad0..270fa2dd6 100644
--- a/fakeroot/.md5sum
+++ b/fakeroot/.md5sum
@@ -1 +1 @@
-a4b4564a75024aa96c86e4d1017ac786 fakeroot_1.20.2.orig.tar.bz2
+be5c9a0e516869fca4a6758105968e5a fakeroot_1.21.orig.tar.gz
diff --git a/fakeroot/Pkgfile b/fakeroot/Pkgfile
index d23f200bd..f6139f30f 100644
--- a/fakeroot/Pkgfile
+++ b/fakeroot/Pkgfile
@@ -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/??
}

Generated by cgit