# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 DESCRIPTION="A python wrapper for Gnuplot" HOMEPAGE="http://gnuplot-py.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="x86" DEPEND="virtual/python media-gfx/gnuplot dev-python/Numeric" S=${WORKDIR}/${P} src_compile() { cd ${S} python setup.py build || die } src_install () { python setup.py install --prefix=${D}/usr || die dohtml doc/Gnuplot/* }