1 # Contributor: Robert Schwarz <mail@rschwarz.net>
3 _dlname=pympl # src archive changed name, but sf project name was kept
6 pkgdesc="Python implementation of AMPL and GNU MathProg, connecting to GLPK."
8 url="http://pymprog.sourceforge.net/"
13 source=(http://switch.dl.sourceforge.net/sourceforge/pymprog/$_dlname.$pkgver.tgz)
14 md5sums=('737cdf89d652cb9e45be65bc0ec3dc85')
18 python setup.py install --root "${pkgdir}" || return 1