wok diff python-pygame/receipt @ rev 5924
busybox: fix pre_install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jul 28 14:15:27 2010 +0200 (2010-07-28) |
parents | e8024c01fc47 |
children | 5921dc28d8c6 |
line diff
1.1 --- a/python-pygame/receipt Sat Jun 13 12:19:10 2009 +0200 1.2 +++ b/python-pygame/receipt Wed Jul 28 14:15:27 2010 +0200 1.3 @@ -9,7 +9,8 @@ 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 -DEPENDS="python libsdl libsdl-image libsdl-mixer libsdl-ttf python-numpy libsmpeg" 1.8 +DEPENDS="python libsdl libsdl-image libsdl-mixer libsdl-ttf python-numpy \ 1.9 +libsmpeg gcc-lib-base" 1.10 BUILD_DEPENDS="python python-dev python-numpy libsdl libsdl-dev libsdl-image \ 1.11 libsdl-image-dev libsdl-mixer libsdl-mixer-dev libsdl-ttf libsdl-ttf-dev \ 1.12 libsmpeg libsmpeg-dev"