summaryrefslogtreecommitdiff
path: root/gettext/Pkgfile
blob: 63e5e9ca884d3c69a09658ebc64ebcbbd4aff2e1 (plain)
    1 # Description: The GNU internationalization library
    2 # URL:         http://www.gnu.org/software/gettext/
    3 # Maintainer:  CRUX System Team, core-ports at crux dot nu
    4 # Depends on:  ncurses
    5 
    6 name=gettext
    7 version=0.17
    8 release=3
    9 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
   10 
   11 build() {
   12     cd $name-$version
   13     ./configure --prefix=/usr \
   14                 --mandir=/usr/man \
   15                 --disable-csharp \
   16                 --disable-{,native-}java \
   17                 --disable-nls \
   18                 --without-emacs \
   19                 --with-included-{glib,libcroco,libxml}
   20     make
   21     make -j1 DESTDIR=$PKG install
   22     rm -r $PKG/usr/share/{info,doc}
   23     rm $PKG/usr/share/gettext/intl/{COPYING*,ChangeLog}
   24 }

Generated by cgit