1 # $Id: pkgbuild-mode.el,v 1.23 2007/10/20 16:02:14 juergen Exp $
2 # Maintainer: Sebastien Binet <binet@lblbox>
6 pkgdesc="General-purpose Python bindings for the HDF5 library"
7 url="http://h5py.googlecode.com"
10 depends=('hdf5' 'python2-numpy')
11 makedepends=('cython')
16 source=(http://h5py.googlecode.com/files/h5py-$pkgver.tar.gz)
17 md5sums=('ea271f5cc8a78a531316918906aacdd0')
20 cd $srcdir/h5py-${pkgver}
21 python2 setup.py build || return 1
22 python2 setup.py install --prefix=/usr --root=$startdir/pkg