summaryrefslogtreecommitdiff
blob: 972a4d7bd7385820454e3dface77ed5e03fda755 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-sci/h5utils/h5utils-1.7.2.ebuild,v 1.3 2004/04/19 10:24:43 phosphan Exp $

DESCRIPTION="utilities for visualization and conversion of scientific data in the HDF5 format"
SRC_URI="http://ab-initio.mit.edu/h5utils/${P}.tar.gz"
HOMEPAGE="http://ab-initio.mit.edu/h5utils/"

LICENSE="GPL-2"
KEYWORDS="x86"

IUSE=""
SLOT="0"

DEPEND="dev-libs/hdf5"

src_compile() {
	econf --without-h5fromh4 || die
	emake || die
}

src_install() {
	einstall || die
	dodoc README COPYING NEWS AUTHORS
}