diff options
Diffstat (limited to 'games-emulation/emutos/emutos-0.8.2.ebuild')
-rw-r--r-- | games-emulation/emutos/emutos-0.8.2.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/games-emulation/emutos/emutos-0.8.2.ebuild b/games-emulation/emutos/emutos-0.8.2.ebuild new file mode 100644 index 000000000000..fa6e9e1b8204 --- /dev/null +++ b/games-emulation/emutos/emutos-0.8.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/emutos/emutos-0.8.2.ebuild,v 1.1 2007/08/07 18:34:39 mr_bones_ 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/emutos-512k-${PV}.zip + mirror://sourceforge/emutos/emutos-256k-${PV}.zip + mirror://sourceforge/emutos/emutos-192k-${PV}.zip" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="app-arch/unzip" + +S=${WORKDIR} + +src_install() { + dogameslib */*.img || die "dogameslib failed" + dodoc emutos-512k-${PV}/{readme.txt,doc/{announce,authors,changelog,status}.txt} + prepgamesdirs +} |