updated on Thu Jan 19 12:17:07 UTC 2012
[aur-mirror.git] / python-visvis / PKGBUILD
blobdb1f1f12714072e1eea662c79a9d14efa3fc0fae
1 # $Id$
2 # Maintainer: Sebastien Binet <binet@lblbox>
3 pkgname=python-visvis
4 pkgver=1.4
5 pkgrel=1
6 pkgdesc="Visvis is a pure Python library for visualization of 1D to 4D data in an object oriented way."
7 url="http://code.google.com/p/visvis/"
8 arch=('i686' 'x86_64')
9 license=('LGPL')
10 depends=('python2-numpy' 'python-opengl' 'python-imaging')
11 makedepends=()
12 conflicts=()
13 replaces=()
14 backup=()
15 install=
16 source=(http://visvis.googlecode.com/files/visvis-$pkgver.source.zip)
17 md5sums=('97fa5a7426c42f51b0d48a21ea5dae28')
19 build() {
20   cd $srcdir/visvis
21   python2 setup.py build || return 1
22   python2 setup.py install --prefix=/usr --root=$pkgdir || return 1