Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 109684 | Differences between
and this patch

Collapse All | Expand All

(-)h5utils-1.7.2.ebuild.orig (+9 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/sci-misc/h5utils/h5utils-1.7.2.ebuild,v 1.3 2005/05/06 20:30:59 dholm Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sci-misc/h5utils/h5utils-1.7.2.ebuild,v 1.3 2005/05/06 20:30:59 dholm Exp $
4
4
5
inherit eutils autotools
6
5
DESCRIPTION="utilities for visualization and conversion of scientific data in the HDF5 format"
7
DESCRIPTION="utilities for visualization and conversion of scientific data in the HDF5 format"
6
SRC_URI="http://ab-initio.mit.edu/h5utils/${P}.tar.gz"
8
SRC_URI="http://ab-initio.mit.edu/h5utils/${P}.tar.gz"
7
HOMEPAGE="http://ab-initio.mit.edu/h5utils/"
9
HOMEPAGE="http://ab-initio.mit.edu/h5utils/"
Lines 14-20 Link Here
14
16
15
DEPEND="sci-libs/hdf5"
17
DEPEND="sci-libs/hdf5"
16
18
19
src_unpack() {
20
	unpack ${P}.tar.gz
21
	epatch ${FILESDIR}/Makefile.in.diff
22
	epatch ${FILESDIR}/configure.in.diff
23
}
24
17
src_compile() {
25
src_compile() {
26
	eautoconf
18
	econf --without-h5fromh4 || die
27
	econf --without-h5fromh4 || die
19
	emake || die
28
	emake || die
20
}
29
}

Return to bug 109684