summaryrefslogtreecommitdiff
blob: 839c3a0311cc5201b6923ad4584bf62e86ef8394 (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
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit games

DESCRIPTION="A 2d soccer game"
HOMEPAGE="http://tuxfootball.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

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

RDEPEND="media-libs/sdl-mixer
		media-libs/sdl-image
		media-libs/libsdl"
DEPEND="dev-util/intltool
		sys-devel/gettext
		${RDEPEND}"

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc AUTHORS ChangeLog README || die "dodoc failed" 

	make_desktop_entry ${PN} Tuxfootball

	prepgamesdirs
}