1 # Contributor: Bartłomiej Piech <youremail@domain.com>
6 pkgdesc="Collection of classes, and algorithms for helping in the creation of games."
8 url="http://code.google.com/p/gameobjects/"
18 source=(http://gameobjects.googlecode.com/files/$pkgname-$pkgver.zip)
19 md5sums=('446d7a819589a6879e163de0849d5b5e')
20 sha1sum=('1f6624123796131429d47476a036ecc7680ec521')
23 cd $srcdir/$pkgname-$pkgver
24 python setup.py install --root=$pkgdir/ --optimize=1