# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils games MY_P="${P}.final" 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="~x86" IUSE="" RDEPEND="dev-python/pysqlite dev-python/pygtk" DEPEND="${RDEPEND}" S="${WORKDIR}/${MY_P}" src_install() { distutils_src_install dodoc AUTHORS PKG-INFO README prepgamesdirs }