wok rev 12147

gettext: update deps
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 14 13:14:54 2012 +0100 (2012-03-14)
parents aaed59ab53d4
children cb60d8d42bfd
files gettext/receipt
line diff
     1.1 --- a/gettext/receipt	Wed Mar 14 13:09:15 2012 +0100
     1.2 +++ b/gettext/receipt	Wed Mar 14 13:14:54 2012 +0100
     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 +}