1 # Maintainer: BeholdMyGlory <larvid@gmail.com>
2 pkgname=python3-pygame2
6 pkgdesc="Pygame Reloaded, or Pygame2, is the successor to Pygame"
8 url="http://code.google.com/p/pgreloaded/"
10 depends=('python<3.2' 'sdl_mixer' 'sdl_ttf' 'sdl_image' 'sdl_gfx' 'portmidi')
12 source=(http://pgreloaded.googlecode.com/files/pygame2-$realver.tar.gz)
13 md5sums=('9b79ae86fddb613e08cbdc8bc8b96a56')
16 cd $srcdir/pygame2-$realver
17 python setup.py install --root=${pkgdir} --prefix=/usr