updated on Mon Jan 23 04:00:55 UTC 2012
[aur-mirror.git] / python2-scientificpython / PKGBUILD
bloba1eda66f48784ce21d1ddcb0c6da6adf0a38d94e
1 # Maintainer: Hector Mtz-Seara <hseara__*a*t*__gmail*.*com>
3 pkgname=python2-scientificpython
4 pkgver=2.9.1
5 pkgrel=1
6 pkgdesc="ScientificPython is a collection of Python modules for scientific computing. It contains support for geometry, mathematical functions, statistics, physical units, IO, visualization, and parallelization."
7 arch=('i686' 'x86_64')
8 url="http://dirac.cnrs-orleans.fr/scientificpython/"
9 license=('GPL')
10 depends=('python2-numericalpython' 'netcdf')
11 source=(https://sourcesup.cru.fr/frs/download.php/3420/ScientificPython-$pkgver.tar.gz)
12 md5sums=('f27bfb3abda022b73a93cd6ada06338f')
14 build() {
15   cd "$srcdir"/ScientificPython-$pkgver
16   python2 setup.py build
19 package() {
20     cd "$srcdir"/ScientificPython-$pkgver
21     python2 setup.py install --prefix=/usr --root=${pkgdir}