void-packages/templates/gettext-runtime.tmpl
Juan RP 9df0bbed01 gettext-runtime: do not link against libintl from base.
--HG--
extra : convert_revision : 59206e9b1a020b0687d4505895cf3de711486c90
2008-10-11 09:47:05 +02:00

22 lines
799 B
Cheetah
Executable file

# Template build file for 'gettext-runtime'.
pkgname=gettext-runtime
version=0.17
patch_files="$pkgname-fix-build.diff"
distfiles="gettext-$version"
wrksrc="gettext-$version/gettext-runtime"
extract_sufx=".tar.gz"
url=http://ftp.gnu.org/pub/gnu/gettext
build_style=gnu_configure
configure_args="--disable-libasprintf"
make_cmd="$PKGFS_MASTERDIR/bin/gmake"
ignore_files="charset.alias"
short_desc="Internationalized Message Handling Library (runtime tools)"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=36df9d4ad2848ec26729781e0d7e25b419e7d261
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.
This package provides the runtime tools and the library itself."