pkgname=python-pyfmi pkgver=2.10.2 pkgrel=1 pkgdesc="A package for working with dynamic models compliant with the FMI standard." url="http://www.pyfmi.org" arch=('x86_64') license=('LGPL') makedepends=('python-setuptools' 'cython') depends=('fmilib' 'python-scipy' 'python-lxml' 'python-assimulo') source=("https://github.com/modelon/PyFMI/archive/PyFMI-${pkgver}.tar.gz") sha256sums=('940b7f24213a9a0e0b0ad302f07d7e77e1bccea04f4be4c5fa3b7eec669577a2') build() { cd "${srcdir}"/PyFMI-PyFMI-${pkgver} python setup.py build --fmil-home=/usr/ } package() { cd "${srcdir}"/PyFMI-PyFMI-${pkgver} python setup.py install --root=${pkgdir} --fmil-home=/usr/ }