# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit python games distutils MY_P=${PN}-${PV/_/} DESCRIPTION="Fully featured, nice looking, easy to use chess client for Gnome" HOMEPAGE="http://pychess.googlepages.com/home" SRC_URI="http://pychess.googlecode.com/files/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-python/pygtk dev-python/pygobject dev-python/pycairo dev-python/pysqlite dev-python/gst-python dev-python/gnome-python-desktop x11-themes/gnome-icon-theme" DEPEND="${RDEPEND}" S="${WORKDIR}/${MY_P}" src_install() { python_version distutils_src_install --install-scripts=${GAMES_BINDIR} dodoc AUTHORS README prepgamesdirs }