1 # Contributor: Robert Schwarz <mail@rschwarz.net>
5 pkgdesc="A python wrapper of the GLPK library."
7 url="http://www.cs.cornell.edu/~tomf/pyglpk/"
9 depends=(glpk gmp python)
10 source=(http://www.cs.cornell.edu/~tomf/pyglpk/$pkgname-$pkgver.tar.bz2)
12 md5sums=(a79725e26e03d145e068a3da7c4c1871)
15 cd "$srcdir/$pkgname-$pkgver"
16 python setup.py install --root "${pkgdir}" || return 1