# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils gnome2 DESCRIPTION="A little Mastermind game for 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="gnome-base/gconf" DEPEND="${RDEPEND} dev-util/pkgconfig" src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${P}-gentoo.patch } src_install() { gnome2_src_install dodoc AUTHORS ChangeLog NEWS TODO }