1 # Maintainer: Angel Velasquez <angvp@archlinux.org>
2 # Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
7 pkgdesc="A sprite library for python targeting game development"
9 url="http://matthewmarshall.org/projects/rabbyt/"
11 depends=('python2' 'libgl' 'mesa')
12 makedepends=('pyrex' 'setuptools')
13 source=(http://cheeseshop.python.org/packages/source/R/Rabbyt/Rabbyt-$pkgver.zip)
14 md5sums=('bb603a5cb02f3a8bb2e674f60e62de2c')
18 python2 setup.py build
19 python2 setup.py install --root "$pkgdir"