# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/dev-python/pyvorbis/pyvorbis-1.1.ebuild,v 1.4 2003/06/22 12:16:00 liquidx Exp $ inherit distutils DESCRIPTION="Python bindings for the agraph library in the graphviz package" HOMEPAGE="http://www.cs.brown.edu/~er/software/" SRC_URI="http://www.cs.brown.edu/~er/software/Agraph.py/gv.i http://www.cs.brown.edu/~er/software/Agraph.py/__init__.py" LICENSE="Brown" SLOT="0" KEYWORDS="~x86" DEPEND="dev-lang/python media-gfx/graphviz" src_unpack() { cd ${DISTDIR} mkdir ${S} cp ${A} ${FILESDIR}/setup.py ${S} }