updated on Sun Jan 15 20:01:04 UTC 2012
[aur-mirror.git] / h5utils / PKGBUILD
blob5a842cc93dbda3a382e78d9c24324d64d01353bc
1 # Contributor: Anton Bazhenov <anton.bazhenov at gmail>
2 #Maintainer: Nathan O <ndowens.aur at gmail dot com>
3 pkgname=h5utils
4 pkgver=1.12.1
5 pkgrel=4
6 pkgdesc="Software for visualization/conversion of scientific data in the HDF5 format"
7 arch=('i686' 'x86_64')
8 url="http://ab-initio.mit.edu/wiki/index.php/H5utils"
9 license=('MIT' 'GPL')
10 depends=('hdf5' 'libpng')
11 source=(http://ab-initio.mit.edu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
12 md5sums=('46a6869fee6e6bf87fbba9ab8a99930e')
14 build() {
15   cd "${srcdir}"/${pkgname}-${pkgver}
16   ./configure --prefix=/usr 
17   make 
18   make DESTDIR="${pkgdir}" install 
19   install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING