# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games MY_PN=${PN/-bin/} MY_P=${MY_PN} DESCRIPTION="Console based chess game" HOMEPAGE="http://www.vanheusden.com/cpp1/" SRC_URI="http://www.vanheusden.com/cpp1/${MY_P}.tar.bz2" LICENSE="as-is" SLOT="0" KEYWORDS="~x86" IUSE="" S=${WORKDIR} src_install() { dogamesbin cpp1 || die "dogamesbin failed" prepgamesdirs }