# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils games gnome2 DESCRIPTION="A little Mastermind game fo GNOME" HOMEPAGE="http://www5.autistici.org/gnome-mastermind/" SRC_URI="http://download.gna.org/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="" RDEPEND=">=dev-libs/glib-2.8 >=x11-libs/cairo-1.2.0 >=x11-libs/pango-1.10.0 >=x11-libs/gtk+-2.10 gnome-base/gconf" DEPEND="${RDEPEND} sys-devel/gettext >=dev-util/intltool-0.23 >=dev-util/pkgconfig-0.9" src_install() { emake DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS ChangeLog NEWS README prepgamesdirs }