void-packages/srcpkgs/gettext/template

29 lines
1 KiB
Text
Raw Normal View History

# Template build file for 'gettext'.
pkgname=gettext
2011-01-30 16:28:02 +00:00
version=0.18.1.1
revision=3
distfiles="http://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu-configure
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"
short_desc="Internationalized Message Handling Library and tools"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-01-30 16:28:02 +00:00
checksum=93ac71a7afa5b70c1b1032516663658c51e653087f42a3fc8044752c026443e9
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."
subpackages="$pkgname-devel $pkgname-libs"
Add_dependency build ncurses-devel
post_configure() {
# 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
}