# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit distutils DESCRIPTION="Yapps (Yet Another Python Parser System) is an easy to use parser generator." HOMEPAGE="http://theory.stanford.edu/~amitp/yapps/" SRC_URI="http://www-cs-students.stanford.edu/~amitp/yapps/${PN}${PV}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" src_unpack() { unpack ${A} cd ${WORKDIR} # change directory name so that distutils script can find it.. mv "Yapps-${PV}" "yapps-${PV}" } src_install() { distutils_src_install dodoc ChangeLog NOTES PKG-INFO README cp -r examples ${D}/usr/share/doc/${PF} }