# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="5" inherit games DESCRIPTION="Sudoku games/generator using GTK." HOMEPAGE="http://sourceforge.net/projects/sudoku-savant" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" IUSE="" RDEPEND=" dev-libs/expat x11-libs/gtk+ x11-libs/libX11 x11-libs/libXau x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdmcp x11-libs/libXext x11-libs/libXfixes x11-libs/libXrandr x11-libs/libXrender x11-libs/libXinerama x11-libs/libXdamage sys-devel/gcc" DEPEND=" x11-libs/gtk+ dev-libs/libpthread-stubs dev-util/desktop-file-utils sys-apps/coreutils" src_install() { dogamesbin src/${PN} || die "dogamesbin failed" dodoc AUTHORS NEWS README prepgamesdirs }