updated on Sun Jan 15 08:01:04 UTC 2012
[aur-mirror.git] / pgu / PKGBUILD
blob221e73654d43ec589ab279c7dd2ce254f0587780
1 # Contributor:  mathieui <mathieui@mathieui.net>
2 pkgname=pgu
3 pkgver=0.16
4 pkgrel=1
5 pkgdesc="Phil's pyGame Utilities A collection of handy utilities and libraries created by Phil Hassey."
6 arch=('i686' 'x86_64')
7 url="http://code.google.com/p/pgu/"
8 license=('LGPL')
9 depends=('python-pygame')
10 source=("http://pgu.googlecode.com/files/$pkgname-$pkgver.zip")
11 md5sums=('cccf26250c4658ed6392af9508b1e4d0')
13 build() {
14   cd "$srcdir/$pkgname-$pkgver"
15   python2 setup.py install --root="${pkgdir}" || return 1