# HG changeset patch # User Aleksej Bobylev # Date 1541213788 -7200 # Node ID af3023f674d553efa573f3ee081fb24c80eaa35a # Parent e8ed23c11354ab237111a14c279d03cebc8fe27d gettext: split to gettext-base, gettext, and gettext-dev diff -r e8ed23c11354 -r af3023f674d5 gettext/receipt --- a/gettext/receipt Sat Nov 03 04:54:12 2018 +0200 +++ b/gettext/receipt Sat Nov 03 04:56:28 2018 +0200 @@ -4,7 +4,7 @@ VERSION="0.19.8.1" CATEGORY="development" SHORT_DESC="Utilities for the GNU Translation Project" -MAINTAINER="devel@slitaz.org" +MAINTAINER="nobody@slitaz.org" LICENSE="GPL3" WEB_SITE="https://www.gnu.org/software/gettext/" LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/gettext.html" @@ -14,7 +14,7 @@ BUILD_DEPENDS="libcroco-dev libxml2-dev glib-dev acl-dev emacs \ xorg-libXrandr-dev xorg-libXfixes-dev" -SPLIT="$PACKAGE-base $PACKAGE-tools emacs-pkg-po-mode $PACKAGE" +SPLIT="$PACKAGE-base $PACKAGE emacs-pkg-po-mode $PACKAGE-dev" compile_rules() { ./configure $CONFIGURE_ARGS && @@ -59,23 +59,22 @@ CAT="base-system|base tools" DEPENDS="glibc-base" ;; - gettext-tools) + gettext) copy msgcat msgfmt msgmerge xgettext \ - libgettextlib*.so* libgettextsrc*.so* - CAT="libs|tools" + libgettextlib*.so* libgettextsrc*.so* DEPENDS="acl glib libcroco libgomp libxml2 ncurses" + TAGS="LFS" ;; emacs-pkg-po-mode) copy emacs/ DEPENDS="emacs" CAT="development|Emacs major mode for editing or modifying PO files" ;; - gettext) + *-dev) copy @std @dev @rm rm -rf $fs/usr/share/doc/ # @dev files here # Runtime depends, then dev-depends - DEPENDS="gettext-base gettext-tools libxml2" - TAGS="LFS" + DEPENDS="gettext-base gettext libxml2" ;; esac }