2006-02-23 15:26:10 +00:00
|
|
|
# Description: The GNU internationalization library
|
|
|
|
# URL: http://www.gnu.org/software/gettext/
|
2007-01-23 17:25:18 +00:00
|
|
|
# Maintainer: CRUX System Team, core-ports at crux dot nu
|
2010-07-02 21:56:39 +02:00
|
|
|
# Depends on: ncurses acl
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
name=gettext
|
2014-01-07 18:56:17 +01:00
|
|
|
version=0.18.3.2
|
2012-12-27 12:36:50 +01:00
|
|
|
release=1
|
2006-09-24 09:30:49 +00:00
|
|
|
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
./configure --prefix=/usr \
|
2007-11-11 11:12:12 +01:00
|
|
|
--mandir=/usr/man \
|
|
|
|
--disable-csharp \
|
|
|
|
--disable-{,native-}java \
|
|
|
|
--disable-nls \
|
2010-06-05 09:09:25 +02:00
|
|
|
--without-{emacs,git} \
|
2007-11-11 11:12:12 +01:00
|
|
|
--with-included-{glib,libcroco,libxml}
|
2007-11-12 16:26:40 +01:00
|
|
|
make
|
|
|
|
make -j1 DESTDIR=$PKG install
|
2007-11-11 11:12:12 +01:00
|
|
|
rm -r $PKG/usr/share/{info,doc}
|
2013-03-07 10:44:01 +01:00
|
|
|
rm $PKG/usr/share/gettext/intl/{ChangeLog,COPYING.LIB}
|
2006-02-23 15:26:10 +00:00
|
|
|
}
|