summaryrefslogtreecommitdiff
blob: 36696e38bdf28fb550896645f042ffee2ef9b19b (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
26
27
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /var/cvsroot/gentoo-x86/app-emulation/mekanix/mekanix-065.ebuild,v 1.1 2003/07/20 04:33:46 vapier Exp $

inherit games

DESCRIPTION="SG-1000, SC-3000, SF-7000, SSC, SMS, GG, COLECO, and OMV emulator"
HOMEPAGE="http://www.smspower.org/meka/"
SRC_URI="http://www.smspower.org/meka/${PN}${PV}.zip"

LICENSE="mekanix"
SLOT="0"
KEYWORDS="x86"

DEPEND="virtual/x11"

S=${WORKDIR}

src_install() {
	local dir=${GAMES_PREFIX_OPT}/${PN}
	dodir ${dir}
	chmod a+x meka.exe
	cp * ${D}/${dir}/
	dogamesbin ${FILESDIR}/mekanix
	dosed "s:GENTOO_DIR:${dir}:" ${GAMES_BINDIR}/mekanix
	prepgamesdirs
}