You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-emulation/emutos/emutos-0.9.4.ebuild

29 lines
799 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/emutos/emutos-0.9.4.ebuild,v 1.1 2015/03/12 18:53:46 mr_bones_ Exp $
EAPI=5
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-src-0.9.3.tar.gz
mirror://sourceforge/emutos/emutos-512k-${PV}.zip
mirror://sourceforge/emutos/emutos-256k-${PV}.zip"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND=""
DEPEND="app-arch/unzip"
S=${WORKDIR}
src_install() {
dogameslib */*.img
dodoc emutos-512k-${PV}/{readme.txt,doc/{announce,authors,changelog,status}.txt}
prepgamesdirs
}