X-Git-Url: http://gitweb/?a=blobdiff_plain;f=gettext%2FPkgfile;h=ca5de0e3180fc31be1fd191efcba800d125884ba;hb=76b2a01a8ea702ad080b5d069e193800dbdce142;hp=39d8569023a7c5cc56f537b8a7e33ebaf8113ad1;hpb=5469c6683c1cf6853404689dca6e55d689eba947;p=crossrootfs.git diff --git a/gettext/Pkgfile b/gettext/Pkgfile index 39d8569..ca5de0e 100644 --- a/gettext/Pkgfile +++ b/gettext/Pkgfile @@ -2,10 +2,10 @@ # URL: http://www.gnu.org/software/gettext/ # Maintainer: CRUX System Team, core-ports at crux dot nu # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu -# Depends on: ncurses +# Depends on: ncurses acl name=gettext -version=0.18.2 +version=0.19.6 release=1 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) @@ -27,9 +27,10 @@ EOF --disable-nls \ --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/ChangeLog + rm $PKG/usr/share/gettext/intl/COPYING.LIB }