2012-02-28 10:28:35 +01:00
|
|
|
# Template build file for 'chroot-gettext'.
|
|
|
|
pkgname=chroot-gettext
|
|
|
|
version=0.18.1.1
|
2012-02-29 09:54:12 +01:00
|
|
|
revision=1
|
2012-02-28 10:28:35 +01:00
|
|
|
wrksrc="gettext-${version}"
|
|
|
|
build_wrksrc=gettext-tools
|
2012-02-29 09:54:12 +01:00
|
|
|
build_style=gnu-configure
|
|
|
|
configure_args="--disable-java --disable-native-java --disable-csharp
|
|
|
|
--disable-libasprintf --enable-threads=posix --disable-rpath
|
|
|
|
--disable-acl --with-included-glib --with-included-libcroco --without-git
|
|
|
|
--with-included-libxml --without-included-regex --without-emacs
|
|
|
|
--disable-shared --disable-nls --disable-openmp --disable-curses
|
|
|
|
--without-included-regex"
|
2012-02-28 10:28:35 +01:00
|
|
|
distfiles="http://ftp.gnu.org/pub/gnu/gettext/gettext-$version.tar.gz"
|
|
|
|
short_desc="Internationalized Message Handling tools -- for xbps-src use"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
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.
|
|
|
|
|
|
|
|
This package is only meant to be used by xbps-src, don't install it manually."
|
|
|
|
|
|
|
|
bootstrap=yes
|
|
|
|
conflicts="gettext>=0"
|
2012-02-28 19:10:35 +01:00
|
|
|
provides="gettext-${version}"
|
2012-02-28 10:28:35 +01:00
|
|
|
|
2012-02-29 09:54:12 +01:00
|
|
|
post_install() {
|
|
|
|
rm -rf ${DESTDIR}/usr/share ${DESTDIR}/usr/lib ${DESTDIR}/usr/include
|
2012-02-28 10:28:35 +01:00
|
|
|
}
|