X-Git-Url: http://gitweb/?a=blobdiff_plain;f=coreutils%2FPkgfile;h=a3dcd6aa3fdaf6b4b4373f9128bfe7ce67bb2945;hb=8df33a5f4950efc30e0e3e93652a9cd4edf718af;hp=378cb6c9f08332b84d38bc97f7e80cf9b9c11ce2;hpb=6227039f88dee64811c8e6a545ee252c8b2a1e34;p=crossrootfs.git diff --git a/coreutils/Pkgfile b/coreutils/Pkgfile index 378cb6c..a3dcd6a 100644 --- a/coreutils/Pkgfile +++ b/coreutils/Pkgfile @@ -5,11 +5,11 @@ # Depends on: libgmp name=coreutils -version=8.12 +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 \