# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-misc/nco/nco-2.9.1.ebuild,v 1.4 2005/06/26 03:11:53 ribosome Exp $ IUSE="" DESCRIPTION="Command line utilities for operating on netCDF files" SRC_URI="http://dust.ess.uci.edu/nco/src/${P}.tar.gz" HOMEPAGE="http://nco.sourceforge.net/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" DEPEND=">=sci-libs/netcdf-3.6.0" src_compile() { econf || die "econf failed" emake } src_install() { DESTDIR=${D} make install cd doc dodoc ANNOUNCE ChangeLog LICENSE MANIFEST NEWS README TAG TODO VERSION *.txt mv index.shtml index.html mv nco_news.shtml nco_news.html dohtml *.html doinfo *.info* }