1 # Contributor: Melancholy_Dream <Melancholy_Dream@write.su>
5 pkgdesc="quality triangular and tetrahedral mesh generation for Python"
7 url="http://pypi.python.org/pypi/MeshPy/"
10 depends=('python' 'boost')
18 source=(http://pypi.python.org/packages/source/M/MeshPy/MeshPy-$pkgver.tar.gz)
20 md5sums=('e10c07cdec47532161273e032bb9557c') #generate with 'makepkg -g'
23 cd "$srcdir/MeshPy-$pkgver"
25 ./configure --boost-python-libname=boost_python
26 python setup.py install --root=$pkgdir