diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-12-27 21:20:23 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-12-27 21:20:23 +0000 |
commit | 82414379c59609425c1f38bc483ebd48fe41541c (patch) | |
tree | fa6715324ba7c25c0288609ca15f3f8fa00ea1c5 /sci-misc/nco/nco-2.2.0.ebuild | |
parent | Moving to sci-misc/nco (diff) | |
download | gentoo-2-82414379c59609425c1f38bc483ebd48fe41541c.tar.gz gentoo-2-82414379c59609425c1f38bc483ebd48fe41541c.tar.bz2 gentoo-2-82414379c59609425c1f38bc483ebd48fe41541c.zip |
Moved from app-sci/nco to sci-misc/nco.
Diffstat (limited to 'sci-misc/nco/nco-2.2.0.ebuild')
-rw-r--r-- | sci-misc/nco/nco-2.2.0.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sci-misc/nco/nco-2.2.0.ebuild b/sci-misc/nco/nco-2.2.0.ebuild new file mode 100644 index 000000000000..364170d5b90e --- /dev/null +++ b/sci-misc/nco/nco-2.2.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/nco/nco-2.2.0.ebuild,v 1.1 2004/12/27 21:20:23 ribosome Exp $ + +IUSE="" + +DESCRIPTION="Command line utilities for operating on netCDF files" +SRC_URI="mirror://sourceforge/nco/${P}.tar.gz" +HOMEPAGE="http://nco.sourceforge.net/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" + +DEPEND="app-sci/netcdf" + +src_compile() { + mkdir -p obj + cd bld + emake || die +} + +src_install() { + dobin bin/* + dolib lib/* + dodoc doc/* +} |