blob: 763523b90a7733b1c6ce0b5457ac9933f959a68a (
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.3 2005/10/30 04:22:39 vapier Exp $
MOD_DESC="modification blending a team based FPS with elements of an RTS"
MOD_NAME="tremulous"
inherit 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
}
|