X-Git-Url: http://gitweb/?a=blobdiff_plain;f=diffutils%2FPkgfile;h=85917219853cf83c9488427fd964d8a8d4a65746;hb=912203a67bfd30143cdd00bd41b4006a99b467bc;hp=da7d98ae743e7bde763b149a1cce37099849e9a6;hpb=6dca1d213a39ee6af51632926e8b7c8914215cd9;p=crossrootfs.git diff --git a/diffutils/Pkgfile b/diffutils/Pkgfile index da7d98a..8591721 100644 --- a/diffutils/Pkgfile +++ b/diffutils/Pkgfile @@ -1,21 +1,24 @@ # 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, crux-arm at mikeux dot dyndns dot org +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu # Depends on: name=diffutils -version=2.8.1 +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 \ - --disable-nls + --disable-nls \ + gl_cv_func_getopt_gnu=yes + make make prefix=$PKG/usr install - rm -rf $PKG/usr/info + rm -rf $PKG/usr/share/info }