2012-02-28 09:28:35 +00:00
|
|
|
# Template build file for 'chroot-gettext'.
|
|
|
|
pkgname=chroot-gettext
|
2013-07-08 13:20:27 +00:00
|
|
|
version=0.18.3
|
2013-10-11 07:20:31 +00:00
|
|
|
revision=2
|
2012-02-28 09:28:35 +00:00
|
|
|
wrksrc="gettext-${version}"
|
2012-02-29 08:54:12 +00:00
|
|
|
build_style=gnu-configure
|
|
|
|
configure_args="--disable-java --disable-native-java --disable-csharp
|
2013-02-05 01:11:02 +00:00
|
|
|
--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"
|
2013-01-31 11:39:48 +00:00
|
|
|
homepage="http://www.gnu.org/software/gettext/"
|
|
|
|
license="GPL-3"
|
2013-02-05 01:11:02 +00:00
|
|
|
short_desc="Internationalized Message Handling tools -- for xbps-src use"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
distfiles="http://ftp.gnu.org/pub/gnu/gettext/gettext-$version.tar.gz"
|
2013-07-08 13:20:27 +00:00
|
|
|
checksum=36f3c1043df803565d4977c1efbd41e1ec0f0301acf5f057984406c34cb9f948
|
2012-02-28 09:28:35 +00:00
|
|
|
|
|
|
|
bootstrap=yes
|
2014-01-01 15:10:11 +00:00
|
|
|
conflicts="gettext>=0"
|
|
|
|
provides="gettext-${version}"
|
2012-02-28 09:28:35 +00:00
|
|
|
|
2012-02-29 08:54:12 +00:00
|
|
|
post_install() {
|
|
|
|
rm -rf ${DESTDIR}/usr/share ${DESTDIR}/usr/lib ${DESTDIR}/usr/include
|
2012-02-28 09:28:35 +00:00
|
|
|
}
|