1 # Contributor: Max Pray a.k.a. Synthead <synthead@gmail.com>
3 pkgname=python26-cython
6 pkgdesc="C extensions for Python"
8 url="http://www.cython.org"
11 source=("http://www.cython.org/release/Cython-$pkgver.tar.gz")
12 md5sums=('1ae1947c1218110f0e41fc95b2bc4530')
15 cd "$srcdir/Cython-$pkgver"
16 python26 setup.py install --root="$pkgdir"
17 rm -rv "$pkgdir/usr/bin"