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	nomenuitems="yes"
10	postinstall="install-desktop-files.sh"
11	preuninstall="preuninstall.sh">
12  <readme>
13    README
14  </readme>
15
16  <component name="Default" version="VERSION" default="yes">
17ifelse(HAVE_X86_64,yes,dnl
18    <option install="true" arch="x86_64">
19     ioq3 x86_64 binaries
20     <binary libc="any" symlink="ioquake3" icon="quake3.png" name="ioquake3">ioquake3</binary>
21     <files>
22       ioquake3.x86_64.tar
23     </files>
24     <help>you need the binaries to play the game</help>
25    </option>
26)dnl
27ifelse(HAVE_I386,yes,dnl
28    <option install="true" if="|(x86,x86_64)">
29     ioq3 x86 (32 bit) binaries
30     <binary libc="any" symlink="ioquake3" icon="quake3.png" name="ioquake3">ioquake3</binary>
31     <files>
32       ioquake3.i386.tar
33     </files>
34     <help>you need the binaries to play the game</help>
35    </option>
36)dnl
37ifelse(HAVE_PPC,yes,dnl
38    <option install="true" if="|(ppc,ppc64)">
39     <binary libc="any" symlink="ioquake3" icon="quake3.png" name="ioquake3">ioquake3</binary>
40     ioq3 ppc binaries
41     <files>
42       ioquake3.ppc.tar
43     </files>
44     <help>you need the binaries to play the game</help>
45    </option>
46)dnl
47ifelse(HAVE_PPC64,yes,dnl
48    <option install="true" arch="ppc64">
49     <binary libc="any" symlink="ioquake3" icon="quake3.png" name="ioquake3">ioquake3</binary>
50     ioq3 ppc64 binaries
51     <files>
52       ioquake3.ppc64.tar
53     </files>
54     <help>you need the binaries to play the game</help>
55    </option>
56)dnl
57    <option install="true">
58     Desktop menu entries
59     <files mode="0755">
60       xdg-desktop-menu
61     </files>
62     <files>
63       ioquake3.desktop.in
64     </files>
65    </option>
66
67    <option install="true" show="false">
68      shared data
69      <files>
70	quake3.png
71	COPYING
72	voip-readme.txt
73      </files>
74    </option>
75  </component>
76ifelse(HAVE_PATCHPK3,yes,dnl
77
78  <component name="Quake III Arena" version="VERSION">
79    <eula>
80      id_patch_pk3s_Q3A_EULA.txt
81    </eula>
82
83   <option install="true">
84     Quake III Arena Point Release 1.32 data files
85     <files path="baseq3">
86       idpatchpk3s.tar
87     </files>
88   </option>
89
90   <option>
91     <help>
92       If you don't select this you need to copy pak0.pk3 to the baseq3 directory manually.
93     </help>
94     Quake III Arena CDROM data
95     <files cdromid="CD 1" path="baseq3"
96       md5sum="1197ca3df1e65f3c380f8abc10ca43bf"
97       size="458M" mode="0664">
98       Quake3/baseq3/pak0.pk3
99     </files>
100   </option>
101  </component>
102
103  <component name="Quake III Team Arena" version="VERSION">
104    <eula>
105      id_patch_pk3s_Q3A_EULA.txt
106    </eula>
107
108   <option install="true">
109     Quake III Team Arena Point Release 1.32 data files
110     <files path="missionpack">
111       idtapatchpk3s.tar
112     </files>
113   </option>
114   <option>
115     <help>
116       If you don't select this you need to copy the TA pak0.pk3 to the missionpack directory manually.
117     </help>
118     Quake III Team Arena CDROM data
119     <files cdromid="CD 2" path="missionpack" size="336M"
120       md5sum="e8ba9e3bf06210930bc0e7fdbcdd01c2" mode="0644">
121       Setup/missionpack/pak0.pk3
122     </files>
123   </option>
124  </component>
125
126  <cdrom id="CD 1" name="Quake 3 Arena installation CD">
127    Quake3/baseq3/pak0.pk3
128  </cdrom>
129  <cdrom id="CD 2" name="Quake 3 Team Arena installation CD">
130    Setup/missionpack/pak0.pk3
131  </cdrom>
132)dnl
133
134</install>
135