wok-next diff gettext/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 342b30daff76
children af3023f674d5
line diff
     1.1 --- a/gettext/receipt	Fri Jun 01 00:47:43 2018 +0300
     1.2 +++ b/gettext/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -4,7 +4,7 @@
     1.4  VERSION="0.19.8.1"
     1.5  CATEGORY="development"
     1.6  SHORT_DESC="Utilities for the GNU Translation Project"
     1.7 -MAINTAINER="pankso@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="GPL3"
    1.10  WEB_SITE="https://www.gnu.org/software/gettext/"
    1.11  LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/gettext.html"
    1.12 @@ -12,17 +12,14 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.14  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.15  
    1.16 -BUILD_DEPENDS_arm="attr-dev ncurses-dev libxml2-tools libxml2-dev"
    1.17  BUILD_DEPENDS="libcroco-dev libxml2-dev glib-dev acl-dev emacs \
    1.18  xorg-libXrandr-dev xorg-libXfixes-dev"
    1.19 -SPLIT="gettext-base gettext-tools emacs-pkg-po-mode gettext"
    1.20 +SPLIT="$PACKAGE-base $PACKAGE-tools emacs-pkg-po-mode $PACKAGE"
    1.21  
    1.22  compile_rules() {
    1.23 -	case "$ARCH" in
    1.24 -		arm) ARCH_ARGS="--disable-acl";;
    1.25 -	esac
    1.26 -
    1.27 -	./configure $CONFIGURE_ARGS $ARCH_ARGS && make && make install || return 1
    1.28 +	./configure $CONFIGURE_ARGS &&
    1.29 +	make &&
    1.30 +	make install || return 1
    1.31  
    1.32  	chmod 0755 $install/usr/lib/preloadable_libintl.so
    1.33