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