summaryrefslogtreecommitdiff
blob: d978bc3d7a51836e0bdc0efc8780bd9c2ec712ba (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
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-tremulous/quake3-tremulous-1.0.2.ebuild,v 1.4 2006/09/28 21:19:23 nyhm Exp $

MOD_DESC="modification blending a team based FPS with elements of an RTS"
MOD_NAME="tremulous"
inherit eutils games games-q3mod

HOMEPAGE="http://tremulous.net"
SRC_URI="mirror://sourceforge/tremulous/tremulous-q3-${PV}-installer.x86.run"

LICENSE="OSML"
SLOT="0"

src_unpack() {
	unpack_makeself ${A}

	rm postinstall.sh preuninstall.sh || die
	rm tremulous-${PV}-src.tar.gz.notatarball || die
	rm -rf setup.sh setup.data/ || die
	rm -rf bin/ || die

	mkdir docs share || die
	mv *.txt *.pdf ChangeLog docs/ || die
	mv tremulous.xpm share/ || die
}