|
|
# Distributed under the terms of the GNU General Public License v2 | # Distributed under the terms of the GNU General Public License v2 |
# $Header: /var/cvsroot/gentoo-x86/sci-misc/h5utils/h5utils-1.7.2.ebuild,v 1.3 2005/05/06 20:30:59 dholm Exp $ | # $Header: /var/cvsroot/gentoo-x86/sci-misc/h5utils/h5utils-1.7.2.ebuild,v 1.3 2005/05/06 20:30:59 dholm Exp $ |
| |
|
inherit eutils autotools |
|
|
DESCRIPTION="utilities for visualization and conversion of scientific data in the HDF5 format" | DESCRIPTION="utilities for visualization and conversion of scientific data in the HDF5 format" |
SRC_URI="http://ab-initio.mit.edu/h5utils/${P}.tar.gz" | SRC_URI="http://ab-initio.mit.edu/h5utils/${P}.tar.gz" |
HOMEPAGE="http://ab-initio.mit.edu/h5utils/" | HOMEPAGE="http://ab-initio.mit.edu/h5utils/" |
|
|
| |
DEPEND="sci-libs/hdf5" | DEPEND="sci-libs/hdf5" |
| |
|
src_unpack() { |
|
unpack ${P}.tar.gz |
|
epatch ${FILESDIR}/Makefile.in.diff |
|
epatch ${FILESDIR}/configure.in.diff |
|
} |
|
|
src_compile() { | src_compile() { |
|
eautoconf |
econf --without-h5fromh4 || die | econf --without-h5fromh4 || die |
emake || die | emake || die |
} | } |