# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/scientificpython/scientificpython-2.4.9.ebuild,v 1.4 2005/10/30 01:06:11 weeve Exp $ MY_P=${P/scientificpython/ScientificPython} S=${WORKDIR}/${MY_P} inherit distutils IUSE="" DESCRIPTION="Scientific Module for Python" SRC_URI="http://starship.python.net/~hinsen/ScientificPython/${MY_P}.tar.gz" HOMEPAGE="http://starship.python.net/crew/hinsen/scientific.html" SLOT="0" LICENSE="as-is" KEYWORDS="alpha ~amd64 ia64 ~ppc sparc x86" DEPEND="virtual/python >=dev-python/numeric-19.0 >=sci-libs/netcdf-3.0" src_install() { distutils_src_install dodoc MANIFEST.in COPYRIGHT README* cd Doc dodoc CHANGELOG dohtml HTML/* dodir /usr/share/doc/${PF}/pdf insinto /usr/share/doc/${PF}/pdf doins PDF/* }