summaryrefslogtreecommitdiff
blob: 1a3cbc9b74fb11f0394d3c4246396dbd9a05e369 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/emutos/emutos-0.8.ebuild,v 1.1 2005/07/08 21:34:59 lanius 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/emutos512k-${PV}.zip
	mirror://sourceforge/emutos/emutos256k-${PV}.zip
	mirror://sourceforge/emutos/emutos192k-${PV}.zip"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc ~amd64"
IUSE=""

DEPEND="app-arch/unzip"

src_install() {
	dogameslib *.img || die "dogameslib failed"
	dodoc doc/{announce,authors,changelog,status}.txt readme.txt
	( cd ../emutos192k-${PV}; dogameslib *.img ) || die "dogameslib failed"
	prepgamesdirs
}