# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/tpg/tpg-3.0.4.ebuild,v 1.1 2004/12/06 23:28:20 carlo Exp $ inherit distutils MY_P="TPG-${PV}" S=${WORKDIR}/${MY_P} DESCRIPTION="Toy Parser Generator for Python" HOMEPAGE="http://christophe.delord.free.fr/en/tpg/" SRC_URI="http://christophe.delord.free.fr/soft/tpg/${MY_P}.tar.gz" SLOT="0" LICENSE="LGPL-2.1" KEYWORDS="~x86 ~ppc" IUSE="doc" DEPEND="virtual/python" DOCS="License.txt THANKS" src_install() { distutils_src_install if use doc ; then dohtml doc/* insinto /usr/share/doc/${PF}/examples doins examples/* fi }