2 # Maintainer: Sebastien Binet <binet@cern.ch>
6 pkgdesc="Python Bindings for LLVM"
7 url="http://mdevan.nfshost.com/llvm-py/index.html"
10 depends=('llvm<=2.7' 'python2>=2.5')
15 source=(http://llvm-py.googlecode.com/files/llvm-py-$pkgver.tar.bz2)
16 md5sums=('eec62e4ce6f95f6e01edcba59747933d')
21 #svn co http://llvm-py.googlecode.com/svn/trunk/ llvm-py-${pkgver}
23 python2 setup.py install \
25 --root=$startdir/pkg \
26 --llvm-config=`which llvm-config` \