From: Jose V Beneyto Date: Wed, 11 Sep 2013 10:16:22 +0000 (+0000) Subject: coreutils: updated to 8.20 (fixes FS#50) X-Git-Url: http://gitweb/?a=commitdiff_plain;h=da33f4fc12d9275f5cbe9f3968fdf29679c07782;p=crossrootfs.git coreutils: updated to 8.20 (fixes FS#50) - added new deps: acl, libcap - fix to avoid crosscompile make-prime-list - fix to avoid rebuild manpages --- diff --git a/coreutils/.md5sum b/coreutils/.md5sum index bbc880d..f8bdcdf 100644 --- a/coreutils/.md5sum +++ b/coreutils/.md5sum @@ -1,3 +1,2 @@ -1a01231a2f3ed37c0efc073ccdda9375 coreutils-8.19.tar.xz -2ccdd9160da6f39bd226c0e3f3953304 coreutils-8.19_manpages.tar.xz +3d69af8f561fce512538a9fe85f147ff coreutils-8.20.tar.xz e14ef9dd59a7e6c7f3ae706771964d75 coreutils-uname.patch diff --git a/coreutils/Pkgfile b/coreutils/Pkgfile index a3dcd6a..2a519e0 100644 --- a/coreutils/Pkgfile +++ b/coreutils/Pkgfile @@ -2,19 +2,18 @@ # URL: http://www.gnu.org/software/coreutils/ # Maintainer: CRUX System Team, core-ports at crux dot nu # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu -# Depends on: libgmp +# Depends on: libgmp acl libcap name=coreutils -version=8.19 +version=8.20 release=1 -source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.xz - coreutils-uname.patch - http://crux-arm.nu/files/distfiles/coreutils-8.19_manpages.tar.xz) +source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.xz \ + $name-uname.patch) build() { cd $name-$version - patch -p1 -i $SRC/coreutils-uname.patch - sed "s|SUBDIRS = lib src doc man po tests gnulib-tests|SUBDIRS = lib src tests gnulib-tests|g" -i Makefile.in + + patch -p1 -i $SRC/$name-uname.patch cat > config.cache <