X-Git-Url: http://gitweb/?a=blobdiff_plain;f=diffutils%2FPkgfile;h=85917219853cf83c9488427fd964d8a8d4a65746;hb=912203a67bfd30143cdd00bd41b4006a99b467bc;hp=89ccfc484fdde08c144a420e3af6dc586d84513b;hpb=b751b192b8a9f558df99b4050babc1b84d45a372;p=crossrootfs.git diff --git a/diffutils/Pkgfile b/diffutils/Pkgfile index 89ccfc4..8591721 100644 --- a/diffutils/Pkgfile +++ b/diffutils/Pkgfile @@ -5,18 +5,20 @@ # 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 }