wok-6.x rev 3387
Fix: childsplay (depends and build_depends)
author | Claudinei Pereira <claudinei@slitaz.org> |
---|---|
date | Thu Jun 11 23:44:37 2009 +0000 (2009-06-11) |
parents | 2d4075e9138d |
children | 3282067b4a20 |
files | childsplay/receipt |
line diff
1.1 --- a/childsplay/receipt Thu Jun 11 23:40:48 2009 +0000 1.2 +++ b/childsplay/receipt Thu Jun 11 23:44:37 2009 +0000 1.3 @@ -8,10 +8,10 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tgz" 1.5 WEB_SITE="http://www.childschool.org" 1.6 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.7 -DEPENDS="python pygame" 1.8 -BUILD_DEPENDS="python python-dev pygame libSDL libSDL-dev libsdl-image \ 1.9 -libsdl-image-dev libsdl-mixer libsdl-mixer-dev libsdl-ttf libsdl-ttf-dev \ 1.10 -libsmpeg libsmpeg-dev" 1.11 +DEPENDS="python python-pygame" 1.12 +BUILD_DEPENDS="python python-dev python-pygame libSDL libSDL-dev \ 1.13 +libsdl-image libsdl-image-dev libsdl-mixer libsdl-mixer-dev \ 1.14 +libsdl-ttf libsdl-ttf-dev libsmpeg libsmpeg-dev" 1.15 1.16 # Rules to configure and make the package. 1.17 compile_rules()