updated on Tue Jan 10 08:08:34 UTC 2012
[aur-mirror.git] / python2-h5py / PKGBUILD
blob5874132858498fdd15e079c242ab96f9a54aafc4
1 # $Id: pkgbuild-mode.el,v 1.23 2007/10/20 16:02:14 juergen Exp $
2 # Maintainer: Sebastien Binet <binet@lblbox>
3 pkgname=python2-h5py
4 pkgver=2.0.1
5 pkgrel=1
6 pkgdesc="General-purpose Python bindings for the HDF5 library"
7 url="http://h5py.googlecode.com"
8 arch=('i686' 'x86_64')
9 license=('BSD')
10 depends=('hdf5' 'python2-numpy')
11 makedepends=('cython')
12 conflicts=()
13 replaces=()
14 backup=()
15 install=
16 source=(http://h5py.googlecode.com/files/h5py-$pkgver.tar.gz)
17 md5sums=('ea271f5cc8a78a531316918906aacdd0')
19 build() {
20   cd $srcdir/h5py-${pkgver}
21   python2 setup.py build || return 1
22   python2 setup.py install --prefix=/usr --root=$startdir/pkg