# Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Ollie Rutherfurd # /space/gentoo/cvsroot/gentoo-x86/dev-python/PyXML/PyXML-0.6.6.ebuild,v 1.4 2001/11/10 12:14:29 hallski Exp S=${WORKDIR}/${P} DESCRIPTION="A collection of libraries to process XML with Python." SRC_URI="http://prdownloads.sourceforge.net/pyxml/${P}.tar.gz" HOMEPAGE="http://pyxml.sourceforge.net/" DEPEND="virtual/python" src_compile() { python setup.py build || die } src_install() { python setup.py install --prefix=${D}/usr || die dodoc MANIFEST README * }