1 # Maintainer: Sebastien Binet <binet@cern.ch>
6 pkgdesc="PAIDA is pure Python scientific analysis package and supports AIDA (Abstract Interfaces for Data Analysis)."
7 url="http://paida.sourceforge.net/"
8 license="Python Software Foundation License"
9 depends=( "python>=2.3" "zlib" )
10 arch=('i686' 'x86_64')
16 source=(http://ufpr.dl.sourceforge.net/sourceforge/${pkgname/python-/}/${pkgname/python-/}-$pkgver.tar.gz)
17 md5sums=('700c45602b986aaa57f95fe890315d97')
20 cd $startdir/src/${pkgname/python-/}-$pkgver
21 python setup.py install --root=$startdir/pkg