summaryrefslogtreecommitdiff
path: root/pygame/Pkgfile
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2007-03-24 23:48:26 +1000
committerJames Mills <prologic@shortcircuit.net.au>2007-03-24 23:48:26 +1000
commitf87f302859174b89dc66f49fbf8ead2cc350a325 (patch)
tree8cd58675022aa1a1d2b91f958f30bf1c4969a1fa /pygame/Pkgfile
parent331d039c2d2c63e75c43b94d005d7576bc737dfb (diff)
downloadcontrib-f87f302859174b89dc66f49fbf8ead2cc350a325.tar.gz
contrib-f87f302859174b89dc66f49fbf8ead2cc350a325.tar.xz
pygame: python-2.4 -> python-2.5
Diffstat (limited to 'pygame/Pkgfile')
-rw-r--r--pygame/Pkgfile7
1 files changed, 3 insertions, 4 deletions
diff --git a/pygame/Pkgfile b/pygame/Pkgfile
index 00d4f1b72..fd958a1d0 100644
--- a/pygame/Pkgfile
+++ b/pygame/Pkgfile
@@ -3,17 +3,16 @@
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
# Packager: Han Boetes, han at mijncomputer dot nl
#
-# Depends on: sdl_image sdl_mixer sdl_ttf
-# Nice to have: numeric smpeg
+# Depends on: sdl_image, sdl_mixer, sdl_ttf
name=pygame
version=1.7.1
-release=1
+release=2
source=(http://www.pygame.org/ftp/pygame-${version}release.tar.gz)
build() {
cd $name-${version}release
yes | python config.py
- python setup.py build
python setup.py install --prefix=/usr --root $PKG
+ chown -R root:root $PKG
}

Generated by cgit