# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/games-puzzle/gwled/gweled-0.3.ebuild,v 1.1 2003/11/28 18:44:31 jeff Exp $ inherit games DESCRIPTION="Bejeweled clone game" HOMEPAGE="http://sebdelestaing.free.fr/gweled/" SRC_URI="http://sebdelestaing.free.fr/gweled/Release/${P}.tar.gz" KEYWORDS="x86" LICENSE="GPL-2" SLOT="0" IUSE="" DEPEND=">=x11-libs/gtk+-2 >=gnome-base/librsvg-2 >=gnome-base/libgnomeui-2" filter-flags "-fomit-frame-pointer" src_install() { egamesinstall || die dodoc AUTHORS ChangeLog || die "dodoc failed" prepgamesdirs }