gettext: update to 0.19.4
This commit is contained in:
parent
2da6726603
commit
cb96a1384d
|
@ -180,8 +180,8 @@ libgdbm.so.4 gdbm-1.10_1_1
|
|||
libgdbm_compat.so.4 gdbm-1.10_1_1
|
||||
libintl.so.8 gettext-libs-0.19.2_1
|
||||
libgnuintl.so.8 gettext-libs-0.19.2_1
|
||||
libgettextsrc-0.19.3.so gettext-libs-0.19.3_1
|
||||
libgettextlib-0.19.3.so gettext-libs-0.19.3_1
|
||||
libgettextsrc-0.19.4.so gettext-libs-0.19.4_1
|
||||
libgettextlib-0.19.4.so gettext-libs-0.19.4_1
|
||||
libgettextpo.so.0 gettext-libs-0.17_1
|
||||
libattr.so.1 attr-2.4.43_1
|
||||
libacl.so.1 acl-2.2.47_1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'gettext'.
|
||||
# Template file for 'gettext'
|
||||
pkgname=gettext
|
||||
version=0.19.3
|
||||
version=0.19.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-java --disable-native-java --disable-csharp
|
||||
|
@ -13,13 +13,12 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://www.gnu.org/software/gettext/"
|
||||
license="GPL-3"
|
||||
distfiles="http://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=93952d505a3d3b1ec10c69d340c7d438b1f9c332710d583981c0608be3eeb3f6
|
||||
checksum=8ac9f1ed1a5f8c4e656a2f37f5ba6b9ee04c4df79a575e876b0b6946aa417f3f
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends="automake libtool git"
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
libtoolize -f
|
||||
autoreconf -fi
|
||||
}
|
||||
fi
|
||||
|
||||
|
@ -28,7 +27,7 @@ gettext-devel_package() {
|
|||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/share/doc/gettext
|
||||
vmove usr/share/aclocal
|
||||
vmove usr/share/gettext
|
||||
|
@ -37,6 +36,6 @@ gettext-devel_package() {
|
|||
gettext-libs_package() {
|
||||
short_desc+=" - shared libraries"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.so*"
|
||||
vmove usr/lib/*.so*
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue