X-Git-Url: http://gitweb/?a=blobdiff_plain;f=diffutils%2FPkgfile;h=2be3f43b9963d5903de9c652951c017330361a9c;hb=409d70d3a79af22e7342f5e34094a9584ac4f34e;hp=792ca83e398c46af08d46bd774a5a15f1681c678;hpb=83e7e2d09802b3a99d4eda97a03cad72a1b1039a;p=crossrootfs.git diff --git a/diffutils/Pkgfile b/diffutils/Pkgfile index 792ca83..2be3f43 100644 --- a/diffutils/Pkgfile +++ b/diffutils/Pkgfile @@ -1,22 +1,23 @@ # Description: Package with the GNU diff, diff3, sdiff, and cmp utilities # URL: http://www.gnu.org/software/diffutils/ # Maintainer: CRUX System Team, core-ports at crux dot nu -# Arch Maintainer: CRUX-ARM System Team, devel@crux-arm.nu +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu # Depends on: name=diffutils -version=2.9 +version=3.6 release=1 -source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) +source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz) build() { cd $name-$version ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ - --mandir=$PKG/usr/man \ - --disable-nls + --disable-nls \ + gl_cv_func_getopt_gnu=yes + make make prefix=$PKG/usr install - rm -rf $PKG/usr/share + rm -rf $PKG/usr/share/info }