X-Git-Url: http://gitweb/?a=blobdiff_plain;f=coreutils%2FPkgfile;h=a3dcd6aa3fdaf6b4b4373f9128bfe7ce67bb2945;hb=828075d02e4057ead2e5746df25bcccab4ff3c37;hp=b82b85157df46c70263ef7aee54598b0aaded4fe;hpb=62c15fca252c4f1a1c5668737a724759da3eaf10;p=crossrootfs.git diff --git a/coreutils/Pkgfile b/coreutils/Pkgfile index b82b851..a3dcd6a 100644 --- a/coreutils/Pkgfile +++ b/coreutils/Pkgfile @@ -5,11 +5,11 @@ # Depends on: libgmp name=coreutils -version=8.11 +version=8.19 release=1 -source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz +source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.xz coreutils-uname.patch - http://crux-arm.nu/files/distfiles/coreutils-${version}_manpages.tar.bz2) + http://crux-arm.nu/files/distfiles/coreutils-8.19_manpages.tar.xz) build() { cd $name-$version @@ -35,6 +35,7 @@ EOF --host=$CTARGET \ --prefix=/usr \ --mandir=/usr/man \ + --libexecdir=/usr/lib \ --disable-nls \ --disable-assert \ --disable-libcap \