summaryrefslogtreecommitdiff
blob: c1b26d85fb8dd158e9403722cd9305910bd518a8 (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
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/funnyboat/funnyboat-1.3.ebuild,v 1.3 2007/02/08 10:17:39 nyhm Exp $

inherit eutils games

DESCRIPTION="A side scrolling shooter game starring a steamboat on the sea"
HOMEPAGE="http://funnyboat.sourceforge.net/"
SRC_URI="mirror://sourceforge/funnyboat/${P}.tar.gz"

LICENSE="GPL-2 CCPL-Attribution-2.5 CCPL-Attribution-NonCommercial-NoDerivs-2.0"
SLOT="0"
KEYWORDS="~amd64 x86"
IUSE=""

RDEPEND=">=dev-python/pygame-1.6.2"

S=${WORKDIR}/${PN}

src_install() {
	insinto "${GAMES_DATADIR}/${PN}"
	doins -r data *.py || die "doins failed"
	dodoc *.txt
	newicon data/kuvake.png "${PN}.png"
	games_make_wrapper ${PN} "python main.py" "${GAMES_DATADIR}"/${PN}
	make_desktop_entry "${PN}" "Trip on the Funny Boat"
	prepgamesdirs
}