1 # $Id: pkgbuild-mode.el,v 1.23 2007/10/20 16:02:14 juergen Exp $
2 # Maintainer: Sebastien Binet <binet@lblbox>
6 pkgdesc="carray is a container for numerical data that can be compressed in-memory."
7 url="http://github.com/FrancescAlted/carray"
10 depends=('python2' 'python2-numpy>=1.2' 'python-pytables' 'cython' 'python-numexpr')
14 source=(http://carray.pytables.org/download/stable/carray-$pkgver.tar.gz)
15 md5sums=('8c884161c464b28d912e8a50d04e1987')
18 cd $startdir/src/carray-$pkgver
19 python2 setup.py build || return 1
20 python2 setup.py install --prefix=/usr --root=$startdir/pkg || return 1
22 # install custom licence
23 install -d $pkgdir/usr/share/licenses/python-carray || return 1
24 install $srcdir/carray-$pkgver/LICENSES/CARRAY.txt $pkgdir/usr/share/licenses/python-carray/LICENSE || return 1