wok-6.x diff python-pygame/receipt @ rev 10791
slitaz-tools: tazx is not installed by Makefile (fixed in tools repo)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Jun 02 02:39:30 2011 +0200 (2011-06-02) |
parents | 29d1eb1f4fd6 |
children | 4b5d992717d2 |
line diff
1.1 --- a/python-pygame/receipt Thu May 26 11:57:26 2011 +0200 1.2 +++ b/python-pygame/receipt Thu Jun 02 02:39:30 2011 +0200 1.3 @@ -11,7 +11,7 @@ 1.4 WGET_URL="$WEB_SITE/ftp/$TARBALL" 1.5 DEPENDS="python libsdl libsdl-image libsdl-mixer libsdl-ttf python-numpy \ 1.6 libsmpeg gcc-lib-base" 1.7 -BUILD_DEPENDS="python libsmpeg-dev libsdl-dev" 1.8 +BUILD_DEPENDS="python-dev libsmpeg-dev libsdl-dev" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules()