# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils games DESCRIPTION="fully featured, nice looking, easy to use chess client for the gnome-desktop" HOMEPAGE="http://pychess.googlepages.com/home" SRC_URI="http://pychess.googlecode.com/files/${P}.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND="dev-python/pysqlite dev-python/pygtk" DEPEND="${RDEPEND}" src_compile() { true } src_install() { distutils_src_install dodoc AUTHORS INSTALL PKG-INFO README prepgamesdirs }