fed7c05473
--HG-- extra : convert_revision : 94a06d1772b90def835f21e95056264612894b94
32 lines
1 KiB
Text
32 lines
1 KiB
Text
# Template build file for 'gettext'.
|
|
pkgname=gettext
|
|
version=0.17
|
|
revision=1
|
|
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
|
|
--disable-libasprintf"
|
|
short_desc="Internationalized Message Handling Library and tools"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=209638bb8e162f22c281145a34e220c66f1f6e9ff5e4c50c6f2ef2ded59537ba
|
|
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 run glibc
|
|
Add_dependency run ncurses-libs
|
|
Add_dependency run gettext-libs
|
|
Add_dependency run libgomp
|
|
Add_dependency build ncurses-devel
|
|
Add_dependency build diffutils
|
|
|
|
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
|
|
}
|