# HG changeset patch # User Christophe Lincoln # Date 1331727294 -3600 # Node ID 1048bdb56768066a66c7cfb642352cbb7ae0dad2 # Parent aaed59ab53d419d204d6eb1bdc47ece38803950c gettext: update deps diff -r aaed59ab53d4 -r 1048bdb56768 gettext/receipt --- a/gettext/receipt Wed Mar 14 13:09:15 2012 +0100 +++ b/gettext/receipt Wed Mar 14 13:14:54 2012 +0100 @@ -6,11 +6,12 @@ SHORT_DESC="Utilities for the GNU Translation Project." MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" -BUILD_DEPENDS="glibc-locale ncurses" -DEPENDS="gettext-base libgomp ncurses gcc-lib-base" WEB_SITE="http://www.gnu.org/software/gettext/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="gettext-base libgomp ncurses gcc-lib-base glib libxml2" +BUILD_DEPENDS="glibc-locale ncurses-dev glib-dev libxml2-dev" + # Rules to compile & install the temporary toolchain. cook_tmp_toolchain() { @@ -49,4 +50,4 @@ rm $fs/usr/bin/gettext.sh rm $fs/usr/bin/envsubst rm $fs/usr/bin/ngettext -} \ No newline at end of file +}