updated on Sat Jan 14 00:11:12 UTC 2012
[aur-mirror.git] / python-scientific / PKGBUILD
blob2eda732ccfc16647071072a3eaedc1d89fc158e5
1 # Contributor: Kostas Andreadis email: kmandreadis@gmail.com
2 pkgname=python-scientific
3 pkgver=2.9.0
4 pkgrel=1
5 pkgdesc="collection of Python modules for scientific computing"
6 arch=('i686' 'x86_64')
7 url="http://sourcesup.cru.fr/projects/scientific-py/"
8 license=('CUSTOM')
9 depends=(python netcdf python-numpy)
10 #makedepends=(python netcdf python-numpy)
11 source=(http://sourcesup.cru.fr/frs/download.php/2372/ScientificPython-$pkgver.tar.gz)
12 md5sums=('babbbb708d235094d75478bdeb8d4c7f')
14 build() {
15   cd "$srcdir/ScientificPython-$pkgver"
16   python setup.py build --numpy
17   python setup.py install --prefix=/usr --root=$startdir/pkg
18   mkdir -p $startdir/pkg/usr/share/licenses/$pkgname
19   install -m644 $startdir/src/ScientificPython-$pkgver/LICENSE $startdir/pkg/usr/share/licenses/$pkgname/