CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
zlib: updated man dirs
[crossrootfs.git] / gettext / Pkgfile
index b7947a365431eb0174a197c92fb1c6c5699a3d31..9df0c520ade1fd38904c06b23cb78ce192f9d5fb 100644 (file)
@@ -5,14 +5,12 @@
 # Depends on: ncurses
 
 name=gettext
-version=0.18.1.1
+version=0.18.2
 release=1
 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
 
 build() {
   cd $name-$version
-  # fix for glibc 'gets' removal
-  sed -i -e '/gets is a/d' $name-*/*/stdio.in.h
 
   cat > config.cache << EOF
 am_cv_func_iconv_works=yes
@@ -27,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
 }