wok-stable diff python-pygame/receipt @ rev 10728

Fixed all sourced slitaz-dev-tools receipts. The way cook works is it keeps the .hg folder when downloading mecurial sources. By downloading the $VERSION.tar.bz2 and renaming it $SOURCE-$VERSION.tar.bz2 we don't keep the .hg folder in source tarball. Repos will be backup on source dvd anyway so this does save a little bit of space.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 28 21:18:14 2011 +0000 (2011-05-28)
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	Sat May 28 21:18:14 2011 +0000
     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()