1 # Maintainer: Thomas Dziedzic < gostrc at gmail >
2 # Contributor: Yerko Escalona < yescalona at ug dot uchile dot cl>
7 pkgdesc='A Python platform for structural bioinformatics.'
9 url='http://biskit.pasteur.fr/'
11 depends=('gnuplot' 'python-numpy' 'python-scipy' 'biopython')
12 source=("http://downloads.sourceforge.net/project/biskit/biskit/$pkgver/$pkgname-$pkgver.tar.gz")
13 md5sums=('7400c0949563c6052a12589d20f6f700')
18 python setup.py install --root="$pkgdir" --prefix=/usr || return 1