diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-19 07:31:31 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-19 07:31:31 +0000 |
commit | ec6ed3c30ae2599bf8f381b6fc4c3f8cff86f7fa (patch) | |
tree | 217943446e660ec1e35728f369b99072183f5cea /games-emulation/emutos/emutos-0.7.ebuild | |
parent | initial commit (diff) | |
download | historical-ec6ed3c30ae2599bf8f381b6fc4c3f8cff86f7fa.tar.gz historical-ec6ed3c30ae2599bf8f381b6fc4c3f8cff86f7fa.tar.bz2 historical-ec6ed3c30ae2599bf8f381b6fc4c3f8cff86f7fa.zip |
initial commit
Diffstat (limited to 'games-emulation/emutos/emutos-0.7.ebuild')
-rw-r--r-- | games-emulation/emutos/emutos-0.7.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/games-emulation/emutos/emutos-0.7.ebuild b/games-emulation/emutos/emutos-0.7.ebuild new file mode 100644 index 000000000000..5dfc4c8e5f99 --- /dev/null +++ b/games-emulation/emutos/emutos-0.7.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.1 2003/09/19 07:31:29 msterret Exp $ + +inherit games + +S="${WORKDIR}/${PN}" +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" +KEYWORDS="x86" +SLOT="0" + +DEPEND="app-arch/unzip" + +src_install() { + dogameslib *.img + dodoc doc/{announce,authors,changelog,readme,status}.txt + prepgamesdirs +} |