# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: initial version by Ron Simpkin doobedoobedo@quake3world.com S=${WORKDIR}/${P} DESCRIPTION="GCompris is a simple education game." SRC_URI="mirror://sourceforge/gcompris/${P}.tar.gz" HOMEPAGE="http://ofset.sourceforge.net/gcompris" LICENSE="GPL-2" DEPEND="virtual/x11 gnome-base/gnome-libs dev-libs/libxml2 >=gnome-base/libgnomecanvas-2.0.2 media-libs/gdk-pixbuf >=gnome-base/libgnomeui-1.96.0 app-games/gnuchess media-libs/libogg media-libs/libvorbis media-libs/libao app-text/texi2html sys-apps/texinfo >=gnome-base/libbonoboui-2.0" SLOT="0" KEYWORDS="x86" src_compile() { GNUCHESS='/usr/games/bin/gnuchess' econf emake || die } src_install() { einstall || die }