wok-next rev 3386
Ren: pygame -> python-pygame
author | Claudinei Pereira <claudinei@slitaz.org> |
---|---|
date | Thu Jun 11 23:40:48 2009 +0000 (2009-06-11) |
parents | a3082d29870c |
children | 9e422122e0bd |
files | pygame/receipt python-pygame/receipt |
line diff
1.1 --- a/pygame/receipt Thu Jun 11 23:12:24 2009 +0000 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,32 +0,0 @@ 1.4 -# SliTaz package receipt. 1.5 - 1.6 -PACKAGE="pygame" 1.7 -VERSION="1.8.1release" 1.8 -CATEGORY="development" 1.9 -SHORT_DESC="Python game development." 1.10 -MAINTAINER="claudinei@slitaz.org" 1.11 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 -WEB_SITE="http://www.pygame.org" 1.13 -WGET_URL="$WEB_SITE/ftp/$TARBALL" 1.14 -DEPENDS="python libSDL libsdl-image libsdl-mixer libsdl-ttf numpy libsmpeg" 1.15 -BUILD_DEPENDS="python python-dev numpy libSDL libSDL-dev libsdl-image \ 1.16 -libsdl-image-dev libsdl-mixer libsdl-mixer-dev libsdl-ttf libsdl-ttf-dev \ 1.17 -libsmpeg libsmpeg-dev" 1.18 - 1.19 -# Rules to configure and make the package. 1.20 -compile_rules() 1.21 -{ 1.22 - cd $src 1.23 - python setup.py build && 1.24 - python setup.py install --root=$PWD/_pkg 1.25 -} 1.26 - 1.27 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.28 -genpkg_rules() 1.29 -{ 1.30 - mkdir -p $fs/usr 1.31 - cp -a $_pkg/usr/lib $fs/usr 1.32 - chmod 644 $fs/usr/lib/python2.5/site-packages/pygame/freesansbold.ttf 1.33 - cp -a $_pkg/usr/include $fs/usr 1.34 -} 1.35 -
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/python-pygame/receipt Thu Jun 11 23:40:48 2009 +0000 2.3 @@ -0,0 +1,33 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="python-pygame" 2.7 +SOURCE="pygame" 2.8 +VERSION="1.8.1release" 2.9 +CATEGORY="development" 2.10 +SHORT_DESC="Python game development." 2.11 +MAINTAINER="claudinei@slitaz.org" 2.12 +TARBALL="$SOURCE-$VERSION.tar.gz" 2.13 +WEB_SITE="http://www.pygame.org" 2.14 +WGET_URL="$WEB_SITE/ftp/$TARBALL" 2.15 +DEPENDS="python libSDL libsdl-image libsdl-mixer libsdl-ttf numpy libsmpeg" 2.16 +BUILD_DEPENDS="python python-dev numpy libSDL libSDL-dev libsdl-image \ 2.17 +libsdl-image-dev libsdl-mixer libsdl-mixer-dev libsdl-ttf libsdl-ttf-dev \ 2.18 +libsmpeg libsmpeg-dev" 2.19 + 2.20 +# Rules to configure and make the package. 2.21 +compile_rules() 2.22 +{ 2.23 + cd $src 2.24 + python setup.py build && 2.25 + python setup.py install --root=$PWD/_pkg 2.26 +} 2.27 + 2.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.29 +genpkg_rules() 2.30 +{ 2.31 + mkdir -p $fs/usr 2.32 + cp -a $_pkg/usr/lib $fs/usr 2.33 + chmod 644 $fs/usr/lib/python2.5/site-packages/pygame/freesansbold.ttf 2.34 + cp -a $_pkg/usr/include $fs/usr 2.35 +} 2.36 +