1 # Maintainer: domanov @ gmail
2 pkgname=python-phreeqpy
6 pkgdesc="Python bindings to use with iphreeqc"
8 url="http://www.phreeqpy.com/"
11 depends=('python' 'iphreeqc')
15 source=("http://www.phreeqpy.com/download/${_realname}${pkgver}.zip"
17 md5sums=('ab7d2aea478de6a5abd874a16beffdd0'
18 '7903551150fae83a31f8bb84ceaf9406')
22 patch -p0 < arch.patch
23 cd "${_realname}${pkgver}"
24 rm -rf phreeqpy/iphreeqc/IPhreeqc.dll
25 rm -rf phreeqpy/iphreeqc/libiphreeqc.so.0.0.0
26 python2 setup.py install --root="$pkgdir/" --optimize=1
29 # vim:set ts=2 sw=2 et: