wok diff gettext/receipt @ rev 12693

Up: slitaz-boot-scripts (5.0) No more lang/kmap config at boot, use new tazlocale/tazkeymap functions
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 02 17:05:52 2012 +0200 (2012-05-02)
parents 9c5e2fdf739d
children fd8053e3df39
line diff
     1.1 --- a/gettext/receipt	Thu Oct 13 03:19:40 2011 +0000
     1.2 +++ b/gettext/receipt	Wed May 02 17:05:52 2012 +0200
     1.3 @@ -6,11 +6,12 @@
     1.4  SHORT_DESC="Utilities for the GNU Translation Project."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.7 -BUILD_DEPENDS="glibc-locale ncurses"
     1.8 -DEPENDS="gettext-base libgomp ncurses gcc-lib-base"
     1.9  WEB_SITE="http://www.gnu.org/software/gettext/"
    1.10  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.11  
    1.12 +DEPENDS="gettext-base libgomp ncurses gcc-lib-base glib libxml2"
    1.13 +BUILD_DEPENDS="glibc-locale ncurses-dev glib-dev libxml2-dev"
    1.14 +
    1.15  # Rules to compile & install the temporary toolchain.
    1.16  cook_tmp_toolchain()
    1.17  {
    1.18 @@ -49,4 +50,4 @@
    1.19  	rm $fs/usr/bin/gettext.sh
    1.20  	rm $fs/usr/bin/envsubst
    1.21  	rm $fs/usr/bin/ngettext
    1.22 -}
    1.23 \ No newline at end of file
    1.24 +}