# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-emulation/emutos/emutos-0.7.ebuild,v 1.6 2004/06/24 22:25:58 agriffis Exp $ inherit games DESCRIPTION="a single-user single-tasking operating system for 32 bit Atari computer emulators" HOMEPAGE="http://emutos.sourceforge.net" SRC_URI="mirror://sourceforge/emutos/etos512k-${PV}.zip mirror://sourceforge/emutos/etos256k-${PV}.zip" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc" IUSE="" DEPEND="app-arch/unzip" S="${WORKDIR}/${PN}" src_install() { dogameslib *.img || die "dogameslib failed" dodoc doc/{announce,authors,changelog,readme,status}.txt prepgamesdirs }