void-packages/templates/gettext/template
Juan RP dd6b45c322 Set sourcepkg to pkgname through run_template().
This removes the need for having to specify sourcepkg manually in
every package that will build subpkgs.

--HG--
extra : convert_revision : 383e4c467e84844d2f4f61ae5c5e07a5124e9cfb
2009-07-29 22:44:30 +02:00

21 lines
785 B
Text

# Template build file for 'gettext'.
pkgname=gettext
version=0.17
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."
base_chroot=yes
subpackages="devel libs"
Add_dependency run glibc
Add_dependency build ncurses
Add_dependency run ncurses-libs
Add_dependency run gettext-libs