diff options
Diffstat (limited to 'app-sci/gri/gri-2.12.5.ebuild')
-rw-r--r-- | app-sci/gri/gri-2.12.5.ebuild | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/app-sci/gri/gri-2.12.5.ebuild b/app-sci/gri/gri-2.12.5.ebuild index fa60541e9c45..97ce19c40a11 100644 --- a/app-sci/gri/gri-2.12.5.ebuild +++ b/app-sci/gri/gri-2.12.5.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/gri/gri-2.12.5.ebuild,v 1.2 2003/11/04 10:35:30 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/gri/gri-2.12.5.ebuild,v 1.3 2003/11/18 07:07:24 phosphan Exp $ + +inherit eutils IUSE="" @@ -14,6 +16,13 @@ KEYWORDS="x86" DEPEND=">=app-sci/netcdf-3.5.0" + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/info-install.patch +} + src_compile() { econf || die emake || die |