# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ NEED_PYTHON=2.4 inherit distutils MY_P="${P/_alpha/alpha}" S="${WORKDIR}/${MY_P}" DESCRIPTION="A cross-platform windowing and multimedia library in pure Python." HOMEPAGE="http://www.pyglet.org/" SRC_URI="http://pyglet.googlecode.com/files/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="examples" RDEPEND="virtual/opengl || ( dev-python/ctypes >=dev-lang/python-2.5 )" src_install() { DOCS="NOTICE" distutils_src_install insinto /usr/share/doc/${PF} doins -r doc/html if use examples ; then doins -r examples fi }