wok diff gettext/receipt @ rev 20634
linld: fix open()
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jan 08 17:51:51 2019 +0100 (2019-01-08) |
parents | de851b76d3c8 |
children | 213fbb313815 |
line diff
1.1 --- a/gettext/receipt Thu Feb 23 15:03:21 2017 +0100 1.2 +++ b/gettext/receipt Tue Jan 08 17:51:51 2019 +0100 1.3 @@ -1,20 +1,22 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gettext" 1.7 -VERSION="0.19.4" 1.8 +VERSION="0.19.8.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Utilities for the GNU Translation Project." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="GPL3" 1.13 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 -WEB_SITE="http://www.gnu.org/software/gettext/" 1.15 -WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.16 +WEB_SITE="https://www.gnu.org/software/gettext/" 1.17 HOST_ARCH="i486 arm" 1.18 1.19 -# Why deps on glib-dev ??? And glib build depends on gettext anyway... 1.20 -DEPENDS="gettext-base libgomp acl-dev gcc-lib-base glib-dev libxml2-dev m4 \ 1.21 -ncurses gettext-tools liblzma" 1.22 -BUILD_DEPENDS="acl attr-dev glib-dev libxml2-dev ncurses-dev liblzma-dev" 1.23 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.24 +WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.25 + 1.26 +# Runtime depends, then dev-depends 1.27 +DEPENDS="gettext-base gettext-tools libcroco liblzma libxml2 \ 1.28 +acl-dev attr-dev libcroco-dev libxml2-dev glib-dev pcre-dev m4" 1.29 +BUILD_DEPENDS="libcroco-dev libxml2-dev glib-dev acl-dev" 1.30 +SPLIT="gettext-base gettext-tools" 1.31 1.32 # Handle cross compilation. Glibc-locale are installed in cross chroot. 1.33 case "$ARCH" in