updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / pygame2-py3 / PKGBUILD
blobff4afbece92166e1a896b60046850457a685492a
1 # Maintainer: BeholdMyGlory <larvid@gmail.com>
2 pkgname=pygame2-py3
3 pkgver=2.0.0_alpha5
4 realver=2.0.0-alpha5
5 pkgrel=1
6 pkgdesc="Pygame Reloaded, or Pygame2, is the successor to Pygame"
7 arch=(i686 x86_64)
8 url="http://code.google.com/p/pgreloaded/"
9 license=('LGPL')
10 depends=('python3' 'sdl_mixer' 'sdl_ttf' 'sdl_image' 'sdl_gfx' 'portmidi')
11 makedepends=()
12 source=(http://pgreloaded.googlecode.com/files/pygame2-$realver.tar.gz)
13 md5sums=('9b79ae86fddb613e08cbdc8bc8b96a56')
15 build() {
16   cd $srcdir/pygame2-$realver
17   python3 setup.py install --root=${pkgdir} --prefix=/usr