1<?xml version="1.0" standalone="yes"?>
2<install product="ioquake3"
3	desc="ioquake3"
4	version="VERSION"
5	update_url="http://www.ioquake3.org/updates.txt"
6	promptbinaries="yes"
7	reinstall="yes"
8	nopromptoverwrite="yes"
9	preuninstall="preuninstall.sh">
10  <readme>
11    README
12  </readme>
13
14  <component name="Default" version="VERSION" default="yes">
15ifelse(HAVE_X86_64,yes,dnl
16    <option install="true" arch="x86_64">
17     ioq3 x86_64 binaries
18     <binary libc="any" symlink="ioquake3" icon="quake3.png" name="ioquake3">ioquake3</binary>
19     <files>
20       ioquake3.x86_64.tar
21     </files>
22     <help>you need the binaries to play the game</help>
23    </option>
24)dnl
25ifelse(HAVE_I386,yes,dnl
26    <option install="true" if="|(x86,x86_64)">
27     ioq3 x86 (32 bit) binaries
28     <binary libc="any" symlink="ioquake3" icon="quake3.png" name="ioquake3">ioquake3</binary>
29     <files>
30       ioquake3.i386.tar
31     </files>
32     <help>you need the binaries to play the game</help>
33    </option>
34)dnl
35ifelse(HAVE_PPC,yes,dnl
36    <option install="true">
37     <binary libc="any" symlink="ioquake3" icon="quake3.png" name="ioquake3">ioquake3</binary>
38     ioq3 ppc binaries
39     <files>
40       ioquake3.ppc.tar
41     </files>
42     <help>you need the binaries to play the game</help>
43    </option>
44)dnl
45    <option install="true" show="false">
46      shared data
47      <files>
48	quake3.png
49	COPYING
50      </files>
51    </option>
52  </component>
53ifelse(HAVE_PATCHPK3,yes,dnl
54
55  <component name="Quake III Arena" version="VERSION">
56    <eula>
57      id_patch_pk3s_Q3A_EULA.txt
58    </eula>
59
60   <option install="true">
61     Quake III Arena Point Release 1.32 data files
62     <files path="baseq3">
63       idpatchpk3s.tar
64     </files>
65   </option>
66
67   <option>
68     <help>
69       If you don't select this you need to copy pak0.pk3 to the baseq3 directory manually.
70     </help>
71     Quake III Arena CDROM data
72     <files cdromid="CD 1" path="baseq3"
73       md5sum="1197ca3df1e65f3c380f8abc10ca43bf"
74       size="458M" mode="0664">
75       Quake3/baseq3/pak0.pk3
76     </files>
77   </option>
78  </component>
79
80  <component name="Quake III Team Arena" version="VERSION">
81    <eula>
82      id_patch_pk3s_Q3A_EULA.txt
83    </eula>
84
85   <option install="true">
86     Quake III Team Arena Point Release 1.32 data files
87     <files path="missionpack">
88       idtapatchpk3s.tar
89     </files>
90   </option>
91   <option>
92     <help>
93       If you don't select this you need to copy the TA pak0.pk3 to the missionpack directory manually.
94     </help>
95     Quake III Team Arena CDROM data
96     <files cdromid="CD 2" path="missionpack" size="336M"
97       md5sum="e8ba9e3bf06210930bc0e7fdbcdd01c2" mode="0644">
98       Setup/missionpack/pak0.pk3
99     </files>
100   </option>
101  </component>
102
103  <cdrom id="CD 1" name="Quake 3 Arena installation CD">
104    Quake3/baseq3/pak0.pk3
105  </cdrom>
106  <cdrom id="CD 2" name="Quake 3 Team Arena installation CD">
107    Setup/missionpack/pak0.pk3
108  </cdrom>
109)dnl
110
111</install>
112