X-Git-Url: http://gitweb/?a=blobdiff_plain;f=coreutils%2FPkgfile;h=a3dcd6aa3fdaf6b4b4373f9128bfe7ce67bb2945;hb=dd31bced38c909ca694f542fda1e3d92bc500566;hp=a99f8767348f13b6b6f52bd7cc278a2f1283a843;hpb=a4906a9b1cb767886997fb8fb23e455890350ef7;p=crossrootfs.git diff --git a/coreutils/Pkgfile b/coreutils/Pkgfile index a99f876..a3dcd6a 100644 --- a/coreutils/Pkgfile +++ b/coreutils/Pkgfile @@ -5,11 +5,11 @@ # Depends on: libgmp name=coreutils -version=8.4 -release=4 -source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz - coreutils-uname.patch \ - http://crux-arm.nu/files/distfiles/coreutils-8.4_manpages.tar.bz2) +version=8.19 +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) 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 \