From 2dad6db3878131d14ca0c2bed7d06634cc386404 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 12 Nov 2015 08:20:36 +0000 Subject: [PATCH] cpio: updated to 2.12 and updated mandir --- cpio/.footprint | 7 ++++--- cpio/.md5sum | 3 +-- cpio/Pkgfile | 18 +++++------------- 3 files changed, 10 insertions(+), 18 deletions(-) diff --git a/cpio/.footprint b/cpio/.footprint index 635fa76..69be5a4 100644 --- a/cpio/.footprint +++ b/cpio/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/cpio -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/cpio.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/cpio.1.gz diff --git a/cpio/.md5sum b/cpio/.md5sum index 181098d..c087492 100644 --- a/cpio/.md5sum +++ b/cpio/.md5sum @@ -1,2 +1 @@ -0548bdca8399df7755f0e4c4152e88cb cpio-2.11-stat.patch -20fc912915c629e809f80b96b2e75d7d cpio-2.11.tar.bz2 +93eea9f07c0058c097891c73e4955456 cpio-2.12.tar.bz2 diff --git a/cpio/Pkgfile b/cpio/Pkgfile index bc3c492..09a88e9 100644 --- a/cpio/Pkgfile +++ b/cpio/Pkgfile @@ -4,27 +4,19 @@ # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu name=cpio -version=2.11 -release=2 -source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2 \ - cpio-2.11-stat.patch) +version=2.12 +release=1 +source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2) build() { cd $name-$version - - patch -p1 -i $SRC/cpio-2.11-stat.patch - # fix for glibc 'gets' removal - sed -i -e '/gets is a/d' gnu/stdio.in.h - ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ - --mandir=/usr/man \ --disable-nls make make DESTDIR=$PKG install - - rm -r $PKG/usr/{share,libexec} - rm $PKG/usr/man/man1/mt.1 + rm -r $PKG/usr/{libexec,share/info} + rm -r $PKG/usr/share/man/man8 } -- 2.26.2