blob: 1450145eee7fd200671f11be0ae8b22e9be9d58f (
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
|
<?xml version="1.0" standalone="yes"?>
<install product="ioquake3"
desc="ioquake3"
version="@VERSION@"
update_url="http://www.ioquake3.org/updates.txt"
promptbinaries="yes"
reinstall="yes"
nopromptoverwrite="yes"
preuninstall="preuninstall.sh">
<readme>
README
</readme>
<eula>
id_patch_pk3s_Q3A_EULA.txt
</eula>
<component name="Quake3 Arena gamedata" version="@VERSION@" default="yes">
<option size="457M">
<help>
If you don't select this, you must make sure to copy pak0.pk3 to the baseq3 directory manually.
</help>
Copy Quake3 Arena CD data
<files cdromid="CD 1" path="baseq3" size="457M">
Quake3/baseq3/pak0.pk3
</files>
</option>
<option required="true" install="true" show="false">
This needs to be fixed properly.
<files path="baseq3">
idpatchpk3s.tar
</files>
<files path="">
COPYING
</files>
</option>
</component>
<component name="Quake3 Team Arena gamedata" version="@VERSION@">
<option>
Install Team Arena components
<files path="missionpack">
idtapatchpk3s.tar
</files>
<option size="457M">
<help>
If you don't select this, you must make sure to copy the TA pak0.pk3 to the missionpack directory manually.
</help>
Copy Quake3 Team Arena CD data
<files cdromid="CD 2" path="missionpack" size="457M">
Setup/missionpack/pak0.pk3
</files>
</option>
</option>
</component>
<component arch="x86_64" name="x86_64" version="@VERSION@">
<option install="true">
x86_64 binaries
<binary libc="any" symlink="ioquake3" icon="quake3.png"
menu="." name="ioquake3">
ioquake3
</binary>
<files>
ioquake3.x86_64.tar
quake3.png
</files>
</option>
</component>
<component if="|(x86,x86_64)" name="i386" version="@VERSION@">
<option install="true">
x86 (32 bit) binaries
<binary libc="any" symlink="ioquake3" icon="quake3.png"
menu="." name="ioquake3">
ioquake3
</binary>
<files>
ioquake3.i386.tar
quake3.png
</files>
</option>
</component>
<component arch="ppc" name="ppc" version="@VERSION@">
<option install="true">
ppc 32 bit binaries
<binary libc="any" symlink="ioquake3" icon="quake3.png"
menu="." name="ioquake3">
ioquake3
</binary>
<files>
ioquake3.ppc.tar
quake3.png
</files>
</option>
</component>
<cdrom id="CD 1" name="Quake 3 Arena installation CD">
Setup/BaseEF/pak0.pk3
</cdrom>
<cdrom id="CD 2" name="Quake 3 Team Arena installation CD">
Setup/missionpack/pak0.pk3
</cdrom>
</install>
|