25 lines
993 B
Bash
25 lines
993 B
Bash
# Template build file for 'chroot-gettext'.
|
|
pkgname=chroot-gettext
|
|
version=0.19.4
|
|
revision=1
|
|
wrksrc="gettext-${version}"
|
|
bootstrap=yes
|
|
conflicts="gettext>=0"
|
|
provides="gettext-${version}_${revision}"
|
|
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-emacs --disable-shared --disable-nls
|
|
--disable-openmp --disable-curses gl_cv_func_gettimeofday_clobber=no"
|
|
homepage="http://www.gnu.org/software/gettext/"
|
|
license="GPL-3"
|
|
short_desc="Internationalized Message Handling tools -- for xbps-src use"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
distfiles="http://ftp.gnu.org/pub/gnu/gettext/gettext-$version.tar.gz"
|
|
checksum=8ac9f1ed1a5f8c4e656a2f37f5ba6b9ee04c4df79a575e876b0b6946aa417f3f
|
|
|
|
post_install() {
|
|
rm -rf ${DESTDIR}/usr/share ${DESTDIR}/usr/lib ${DESTDIR}/usr/include
|
|
}
|