wok-stable rev 8888
Fix gcompris receipt: It dont build on my local env without full BUILD_DEPENDS and it alwas cook without perl-texi2html
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Feb 27 11:52:25 2011 +0100 (2011-02-27) |
parents | 6764e22b39a6 |
children | 4f4c492f22a1 |
files | gcompris/receipt |
line diff
1.1 --- a/gcompris/receipt Sun Feb 27 05:13:11 2011 +0100 1.2 +++ b/gcompris/receipt Sun Feb 27 11:52:25 2011 +0100 1.3 @@ -7,7 +7,8 @@ 1.4 MAINTAINER="pankso@slitaz.org" 1.5 DEPENDS="pygtk libsdl-mixer librsvg libxml2 gnuchess gnet sqlite \ 1.6 libcroco" 1.7 -BUILD_DEPENDS="intltool perl-texi2html" 1.8 +BUILD_DEPENDS="pygtk-dev libsdl-mixer-dev librsvg-dev libxml2-dev gnuchess \ 1.9 +gnet-dev sqlite-dev libcroco-dev intltool" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://www.gcompris.net/" 1.12 WGET_URL="$SF_MIRROR/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL"