# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games DESCRIPTION="Qt version of the classic boardgame checkers." HOMEPAGE="http://kcheckers.osdn.org.ua/" SRC_URI="http://kcheckers.osdn.org.ua/${P}.tar.gz" KEYWORDS="x86" LICENSE="GPL" SLOT="0" IUSE="" DEPEND="virtual/x11 >=x11-libs/qt-3.3.2" src_compile() { qmake make } src_install() { dogamesbin kcheckers || die "dogamesbin failed" dodoc AUTHORS README TODO ChangeLog }