core/gettext/Pkgfile

21 lines
554 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: The GNU internationalization library
# URL: http://www.gnu.org/software/gettext/
# Maintainer: CRUX System Team, core-ports at crux dot nu
2006-02-23 16:26:10 +01:00
name=gettext
2006-11-28 20:12:08 +01:00
version=0.16.1
2006-02-23 16:26:10 +01:00
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--disable-csharp \
--disable-nls
make
make DESTDIR=$PKG install
2006-08-25 10:14:27 +02:00
rm -rf $PKG/usr/info $PKG/usr/share/{info,doc,emacs,gettext/*.jar}
rm $PKG/usr/share/gettext/intl/{COPYING*,ChangeLog}
2006-02-23 16:26:10 +01:00
}