X-Git-Url: http://gitweb/?a=blobdiff_plain;f=gettext%2FPkgfile;h=ca5de0e3180fc31be1fd191efcba800d125884ba;hb=7a1987bed848277ee7c3ce18a078008f7b2d80e6;hp=d0e212d5e880a842b0b3cec212bd70e6514ceb1e;hpb=6dca1d213a39ee6af51632926e8b7c8914215cd9;p=crossrootfs.git diff --git a/gettext/Pkgfile b/gettext/Pkgfile index d0e212d..ca5de0e 100644 --- a/gettext/Pkgfile +++ b/gettext/Pkgfile @@ -1,34 +1,36 @@ # Description: The GNU internationalization library # URL: http://www.gnu.org/software/gettext/ # Maintainer: CRUX System Team, core-ports at crux dot nu -# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org -# Depends on: ncurses +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu +# Depends on: ncurses acl name=gettext -version=0.17 -release=3 +version=0.19.6 +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 gt_cv_func_printf_posix=yes gt_cv_int_divbyzero_sigfpe=yes EOF + ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ - --mandir=/usr/man \ --disable-csharp \ --disable-{,native-}java \ --disable-nls \ - --without-emacs \ + --without-{emacs,git} \ --with-included-{glib,libcroco,libxml} \ + --with-sysroot=$CLFS \ --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/COPYING.LIB }