X-Git-Url: http://gitweb/?a=blobdiff_plain;f=gettext%2FPkgfile;h=9df0c520ade1fd38904c06b23cb78ce192f9d5fb;hb=da33f4fc12d9275f5cbe9f3968fdf29679c07782;hp=1e404cac673f66439e55cda03847bbddf67a1b32;hpb=b751b192b8a9f558df99b4050babc1b84d45a372;p=crossrootfs.git diff --git a/gettext/Pkgfile b/gettext/Pkgfile index 1e404ca..9df0c52 100644 --- a/gettext/Pkgfile +++ b/gettext/Pkgfile @@ -5,12 +5,13 @@ # Depends on: ncurses name=gettext -version=0.17 -release=3 +version=0.18.2 +release=1 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) build() { cd $name-$version + cat > config.cache << EOF am_cv_func_iconv_works=yes gl_cv_func_wcwidth_works=yes @@ -24,11 +25,11 @@ EOF --disable-csharp \ --disable-{,native-}java \ --disable-nls \ - --without-emacs \ + --without-{emacs,git} \ --with-included-{glib,libcroco,libxml} \ --cache-file=config.cache make make -j1 DESTDIR=$PKG install rm -r $PKG/usr/share/{info,doc} - rm $PKG/usr/share/gettext/intl/{COPYING*,ChangeLog} + rm $PKG/usr/share/gettext/intl/ChangeLog }