2014-12-27 11:11:05 +01:00
|
|
|
# Template file for 'gettext'
|
2008-10-24 05:47:41 +02:00
|
|
|
pkgname=gettext
|
2014-12-27 11:11:05 +01:00
|
|
|
version=0.19.4
|
2015-03-06 19:56:16 +01:00
|
|
|
revision=2
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2009-03-18 10:02:43 +01:00
|
|
|
configure_args="--disable-java --disable-native-java --disable-csharp
|
2012-12-27 12:42:00 +01:00
|
|
|
--disable-libasprintf --enable-threads=posix --disable-rpath --without-emacs
|
2014-11-12 08:21:59 +01:00
|
|
|
--disable-openmp --with-included-libxml --with-included-libcroco"
|
|
|
|
makedepends="ncurses-devel acl-devel"
|
2014-01-01 16:10:11 +01:00
|
|
|
conflicts="chroot-gettext>=0"
|
2008-10-24 05:47:41 +02:00
|
|
|
short_desc="Internationalized Message Handling Library and tools"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-12-27 12:37:02 +01:00
|
|
|
homepage="http://www.gnu.org/software/gettext/"
|
|
|
|
license="GPL-3"
|
|
|
|
distfiles="http://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${version}.tar.gz"
|
2014-12-27 11:11:05 +01:00
|
|
|
checksum=8ac9f1ed1a5f8c4e656a2f37f5ba6b9ee04c4df79a575e876b0b6946aa417f3f
|
2013-04-12 13:13:49 +02:00
|
|
|
|
2013-07-08 15:32:20 +02:00
|
|
|
if [ "$CROSS_BUILD" ]; then
|
2014-09-25 09:29:56 +02:00
|
|
|
hostmakedepends="automake libtool git"
|
2013-07-08 15:32:20 +02:00
|
|
|
pre_configure() {
|
2014-12-27 11:11:05 +01:00
|
|
|
autoreconf -fi
|
2013-07-08 15:32:20 +02:00
|
|
|
}
|
|
|
|
fi
|
|
|
|
|
2014-12-28 05:10:55 +01:00
|
|
|
post_install() {
|
|
|
|
if [ -e ${DESTDIR}/usr/include/libintl.h ]; then
|
|
|
|
rm -f ${DESTDIR}/usr/include/libintl.h
|
|
|
|
fi
|
|
|
|
}
|
|
|
|
|
2013-04-12 13:13:49 +02:00
|
|
|
gettext-devel_package() {
|
2014-09-25 09:29:56 +02:00
|
|
|
depends="gettext-libs>=${version}_${revision}"
|
2013-07-08 15:19:55 +02:00
|
|
|
short_desc+=" - development files"
|
2013-04-12 13:13:49 +02:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
2014-12-27 11:11:05 +01:00
|
|
|
vmove usr/lib/*.a
|
2013-04-12 13:13:49 +02:00
|
|
|
vmove usr/share/doc/gettext
|
|
|
|
vmove usr/share/aclocal
|
|
|
|
vmove usr/share/gettext
|
|
|
|
}
|
|
|
|
}
|
|
|
|
gettext-libs_package() {
|
2013-07-08 15:19:55 +02:00
|
|
|
short_desc+=" - shared libraries"
|
2013-04-12 13:13:49 +02:00
|
|
|
pkg_install() {
|
2014-12-27 11:11:05 +01:00
|
|
|
vmove usr/lib/*.so*
|
2013-04-12 13:13:49 +02:00
|
|
|
}
|
|
|
|
}
|