# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Access via Python and Numeric to data on Distributed Oceanagraphic Data Servers." HOMEPAGE="http://opendap.oceanografia.org" SRC_URI="http://opendap.oceanografia.org/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="virtual/python >=dev-lang/python-2.1 >=dev-python/numeric-23.1" src_compile() { python setup.py build || die } src_install() { python setup.py install --root=${D} --prefix=/usr || die dodoc README dodoc README.fpconst dodoc README.server }