wok-stable rev 10832
python-pygame: we want font, image, mixer support for childsplay
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Jun 07 21:56:16 2011 +0200 (2011-06-07) |
parents | 3caad2933601 |
children | ad0ab4909652 |
files | python-pygame/receipt |
line diff
1.1 --- a/python-pygame/receipt Tue Jun 07 10:18:08 2011 +0000 1.2 +++ b/python-pygame/receipt Tue Jun 07 21:56:16 2011 +0200 1.3 @@ -9,9 +9,11 @@ 1.4 TARBALL="$SOURCE-$VERSION.tar.gz" 1.5 WEB_SITE="http://www.pygame.org" 1.6 WGET_URL="$WEB_SITE/ftp/$TARBALL" 1.7 + 1.8 DEPENDS="python libsdl libsdl-image libsdl-mixer libsdl-ttf python-numpy \ 1.9 libsmpeg gcc-lib-base" 1.10 -BUILD_DEPENDS="python-dev libsmpeg-dev libsdl-dev" 1.11 +BUILD_DEPENDS="python-dev libsmpeg-dev libsdl-dev libsdl-image-dev \ 1.12 +libsdl-mixer-dev libsdl-ttf-dev" 1.13 1.14 # Rules to configure and make the package. 1.15 compile_rules()