# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-0.6.0.ebuild,v 1.5 2004/02/28 01:48:01 Cloney $ inherit eutils games DESCRIPTION="Latest anonymous CVS version of ScummVM Tools" HOMEPAGE="http://www.scummvm.org/" SRC_URI="mirror://sourceforge/scummvm/${P}.tar.bz2" KEYWORDS="x86" LICENSE="GPL-2" SLOT="0" DEPEND="" src_compile() { emake || die "emake failed" } src_install() { dogamesbin extract rescumm mm_nes_extract descumm desword2 queenrebuild simon1decr simon2mp3 convbdf || die "dogamesbin failed" dodoc README prepgamesdirs }