1 # Contributor: mathieui <mathieui@mathieui.net>
5 pkgdesc="Phil's pyGame Utilities A collection of handy utilities and libraries created by Phil Hassey."
7 url="http://code.google.com/p/pgu/"
9 depends=('python-pygame')
10 source=("http://pgu.googlecode.com/files/$pkgname-$pkgver.zip")
11 md5sums=('cccf26250c4658ed6392af9508b1e4d0')
14 cd "$srcdir/$pkgname-$pkgver"
15 python2 setup.py install --root="${pkgdir}" || return 1