updated on Mon Jan 23 20:11:11 UTC 2012
[aur-mirror.git] / python-rabbyt / PKGBUILD
bloba0a260a8f73c2edbb9929b649b51bfe7858c542b
1 # Maintainer: Angel Velasquez <angvp@archlinux.org> 
2 # Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
4 pkgname=python-rabbyt
5 pkgver=0.8.3
6 pkgrel=2
7 pkgdesc="A sprite library for python targeting game development"
8 arch=('i686' 'x86_64')
9 url="http://matthewmarshall.org/projects/rabbyt/"
10 license=('LGPL')
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')
16 build() {
17   cd Rabbyt-$pkgver
18   python2 setup.py build 
19   python2 setup.py install --root "$pkgdir"