summaryrefslogtreecommitdiff
blob: 61dd1399f332da510ff1c29e759f76b4ce8b977e (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
28
29
30
31
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: David Holm <david@realityrift.com>
# $Header: /var/cvsroot/gentoo-x86/app-emulation/hatari/hatari-0.20.2.ebuild,v 1.4 2003/02/28 23:23:00 vapier Exp $

DESCRIPTION="Atari ST emulator"
SRC_URI="mirror://sourceforge.net/hatari/${P}.tar.gz"
HOMEPAGE="http://hatari.sourceforge.net/"

LICENSE="GPL-2"
KEYWORDS="~x86"
SLOT="0"

DEPEND="media-libs/libsdl"

src_compile() {
	cd src
	emake || die
}

src_install () {
	dobin ${S}/src/hatari || die
	dodoc authors.txt ChangeLog readme.txt
}

pkg_postinst() {
	einfo "You need a tos rom to run hatari, you can find EmuTOS here:"
	einfo "  http://emutos.sourceforge.net/  - Which is a free TOS implementation"
	einfo "or, go here and get a real TOS:"
	einfo "  http://www.atari.st/"
}