# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ 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 ~ppc ~sparc ~alpha" SLOT="0" DEPEND="dev-libs/hdf5" src_compile() { econf --without-h5fromh4 || die emake || die } src_install() { einstall || die dodoc README COPYING NEWS AUTHORS }