wok-next rev 21029

gettext: split to gettext-base, gettext, and gettext-dev
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 03 04:56:28 2018 +0200 (2018-11-03)
parents e8ed23c11354
children dca46e53bdc7
files gettext/receipt
line diff
     1.1 --- a/gettext/receipt	Sat Nov 03 04:54:12 2018 +0200
     1.2 +++ b/gettext/receipt	Sat Nov 03 04:56:28 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="devel@slitaz.org"
     1.8 +MAINTAINER="nobody@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 @@ -14,7 +14,7 @@
    1.13  
    1.14  BUILD_DEPENDS="libcroco-dev libxml2-dev glib-dev acl-dev emacs \
    1.15  xorg-libXrandr-dev xorg-libXfixes-dev"
    1.16 -SPLIT="$PACKAGE-base $PACKAGE-tools emacs-pkg-po-mode $PACKAGE"
    1.17 +SPLIT="$PACKAGE-base $PACKAGE emacs-pkg-po-mode $PACKAGE-dev"
    1.18  
    1.19  compile_rules() {
    1.20  	./configure $CONFIGURE_ARGS &&
    1.21 @@ -59,23 +59,22 @@
    1.22  			CAT="base-system|base tools"
    1.23  			DEPENDS="glibc-base"
    1.24  			;;
    1.25 -		gettext-tools)
    1.26 +		gettext)
    1.27  			copy msgcat msgfmt msgmerge xgettext \
    1.28 -			libgettextlib*.so* libgettextsrc*.so*
    1.29 -			CAT="libs|tools"
    1.30 +				libgettextlib*.so* libgettextsrc*.so*
    1.31  			DEPENDS="acl glib libcroco libgomp libxml2 ncurses"
    1.32 +			TAGS="LFS"
    1.33  			;;
    1.34  		emacs-pkg-po-mode)
    1.35  			copy emacs/
    1.36  			DEPENDS="emacs"
    1.37  			CAT="development|Emacs major mode for editing or modifying PO files"
    1.38  			;;
    1.39 -		gettext)
    1.40 +		*-dev)
    1.41  			copy @std @dev @rm
    1.42  			rm -rf $fs/usr/share/doc/ # @dev files here
    1.43  			# Runtime depends, then dev-depends
    1.44 -			DEPENDS="gettext-base gettext-tools libxml2"
    1.45 -			TAGS="LFS"
    1.46 +			DEPENDS="gettext-base gettext libxml2"
    1.47  			;;
    1.48  	esac
    1.49  }