2008-10-24 03:47:41 +00:00
|
|
|
# Template build file for 'gettext'.
|
|
|
|
pkgname=gettext
|
2011-01-30 16:28:02 +00:00
|
|
|
version=0.18.1.1
|
2011-11-15 14:55:06 +00:00
|
|
|
revision=3
|
2009-03-18 09:02:43 +00:00
|
|
|
distfiles="http://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$version.tar.gz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2009-03-18 09:02:43 +00:00
|
|
|
configure_args="--disable-java --disable-native-java --disable-csharp
|
2010-05-12 01:42:32 +00:00
|
|
|
--disable-libasprintf --enable-threads=posix --disable-rpath
|
|
|
|
--disable-acl --with-included-glib --with-included-libcroco
|
2011-01-30 16:28:02 +00:00
|
|
|
--with-included-libxml --without-included-regex --without-emacs"
|
2008-10-24 03:47:41 +00:00
|
|
|
short_desc="Internationalized Message Handling Library and tools"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-01-30 16:28:02 +00:00
|
|
|
checksum=93ac71a7afa5b70c1b1032516663658c51e653087f42a3fc8044752c026443e9
|
2008-10-24 03:47:41 +00:00
|
|
|
long_desc="
|
|
|
|
GNU gettext provides the necessary tools and libraries for handling
|
|
|
|
messages in different languages, as one of the steps to
|
|
|
|
internationalisation (or i18n) of a utility."
|
|
|
|
|
2009-11-22 07:31:44 +00:00
|
|
|
subpackages="$pkgname-devel $pkgname-libs"
|
2010-01-10 13:27:11 +00:00
|
|
|
Add_dependency build ncurses-devel
|
2010-04-22 09:43:34 +00:00
|
|
|
|
2011-11-15 14:55:06 +00:00
|
|
|
post_configure() {
|
2010-04-22 09:43:34 +00:00
|
|
|
# Disable ACL.
|
|
|
|
sed -i 's@#define.*_ACL.*@/*&*/@g' ${wrksrc}/gettext-tools/config.h
|
|
|
|
for f in $(find ${wrksrc} -name Makefile); do
|
|
|
|
sed -i 's@-lacl@@g' ${f}
|
|
|
|
done
|
|
|
|
}
|