updated on Sun Jan 22 20:01:29 UTC 2012
[aur-mirror.git] / meshpy / PKGBUILD
blob4e23d5790701ce3548c49efd2d0740324be48d98
1 # Contributor: Melancholy_Dream <Melancholy_Dream@write.su>
2 pkgname=meshpy
3 pkgver=0.91.1
4 pkgrel=1
5 pkgdesc="quality triangular and tetrahedral mesh generation for Python"
6 arch=('i686')
7 url="http://pypi.python.org/pypi/MeshPy/"
8 license=('GPL')
9 groups=()
10 depends=('python' 'boost')
11 makedepends=()
12 provides=()
13 conflicts=()
14 replaces=()
15 backup=()
16 options=()
17 install=
18 source=(http://pypi.python.org/packages/source/M/MeshPy/MeshPy-$pkgver.tar.gz)
19 noextract=()
20 md5sums=('e10c07cdec47532161273e032bb9557c') #generate with 'makepkg -g'
22 build() {
23     cd "$srcdir/MeshPy-$pkgver"
24     
25     ./configure --boost-python-libname=boost_python
26     python setup.py install --root=$pkgdir