diff options
author | 2005-10-20 01:00:30 +0000 | |
---|---|---|
committer | 2005-10-20 01:00:30 +0000 | |
commit | ca93a9fb4924ef9333efcce2ce5fe1db886e4e04 (patch) | |
tree | c845e07eaabccc12c397bcbd3ee964ff047056eb /sci-misc/h5utils/h5utils-1.10.ebuild | |
parent | Bump for 7.0 RC1. (diff) | |
download | gentoo-2-ca93a9fb4924ef9333efcce2ce5fe1db886e4e04.tar.gz gentoo-2-ca93a9fb4924ef9333efcce2ce5fe1db886e4e04.tar.bz2 gentoo-2-ca93a9fb4924ef9333efcce2ce5fe1db886e4e04.zip |
New version
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'sci-misc/h5utils/h5utils-1.10.ebuild')
-rw-r--r-- | sci-misc/h5utils/h5utils-1.10.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/sci-misc/h5utils/h5utils-1.10.ebuild b/sci-misc/h5utils/h5utils-1.10.ebuild new file mode 100644 index 000000000000..35b45a308d3f --- /dev/null +++ b/sci-misc/h5utils/h5utils-1.10.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/h5utils/h5utils-1.10.ebuild,v 1.1 2005/10/20 01:00:30 ribosome Exp $ + +inherit eutils autotools + +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" + +IUSE="" +SLOT="0" + +DEPEND="sci-libs/hdf5" + +src_compile() { + eautoconf + econf --without-octave --without-h5fromh4 || die + emake || die +} + +src_install() { + einstall || die + dodoc README COPYING NEWS AUTHORS +} |