# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games mono DESCRIPTION="gbrainy is a brain teaser game and trainer to have fun and to keep your brain trained." HOMEPAGE="http://live.gnome.org/gbrainy/" SRC_URI="http://gent.softcatala.org/jmas/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~ppc" IUSE="" RDEPEND=">=x11-libs/cairo-1.2 >=dev-lang/mono-1.1.7 >=dev-dotnet/gnome-sharp-2.8 >=dev-dotnet/glade-sharp-2.8 >=gnome-base/libgnomeui-2.2 >=gnome-base/libgnome-2.2" DEPEND="${DEPEND} dev-util/intltool" src_install() { emake DESTDIR="${D}" install || die "emake install failed" prepgamesdirs }