blob: 7ec065820f36b320841ab89699316ed404840816 (
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
32
33
34
35
36
37
38
39
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-urbanterror/quake3-urbanterror-3.7.ebuild,v 1.2 2006/03/31 21:09:23 wolf31o2 Exp $
MOD_DESC="total transformation realism based MOD"
MOD_NAME=q3ut3
MOD_BINS=ut3
inherit games games-q3mod
HOMEPAGE="http://www.urbanterror.net/"
SRC_URI="ftp://ftp.edome.net/online/clientit/urbanterror3.zip
ftp://ftp.edome.net/online/clientit/UrbanTerror31.zip
ftp://ftp.edome.net/online/clientit/UrbanTerror32.zip
ftp://ftp.edome.net/online/clientit/UrbanTerror33.zip
ftp://ftp.edome.net/online/clientit/UrbanTerror34.zip
ftp://ftp.edome.net/online/clientit/UrbanTerror35.zip
ftp://ftp.edome.net/online/clientit/UrbanTerror36.zip
ftp://ftp.edome.net/online/clientit/UrbanTerror37.zip
http://www.clan-nua.com/~mods/Urban.Terror/UrbanTerror35.zip
http://outlands.slofaca.net/files/UrbanTerror36.zip
ftp://ftp.snt.utwente.nl/pub/games/urbanterror/patches/UrbanTerror36.zip
http://outlands.quaddown.org/files/UrbanTerror37.zip
http://outlands.slofaca.net/files/UrbanTerror37.zip"
LICENSE="freedist"
SLOT="3"
RESTRICT="mirror"
src_unpack() {
unpack urbanterror3.zip
cd q3ut3
unpack UrbanTerror31.zip
unpack UrbanTerror32.zip
unpack UrbanTerror33.zip
unpack UrbanTerror34.zip
unpack UrbanTerror35.zip
unpack UrbanTerror36.zip
unpack UrbanTerror37.zip
}
|