~ubuntu-branches/ubuntu/precise/openarena/precise

« back to all changes in this revision

Viewing changes to code/unix/setup/setup.xml

  • Committer: Bazaar Package Importer
  • Author(s): Bruno "Fuddl" Kleinert
  • Date: 2007-01-20 12:28:09 UTC
  • Revision ID: james.westby@ubuntu.com-20070120122809-2yza5ojt7nqiyiam
Tags: upstream-0.6.0
ImportĀ upstreamĀ versionĀ 0.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" standalone="yes"?>
 
2
<install product="ioquake3"
 
3
        desc="ioquake3"
 
4
        version="@VERSION@"
 
5
        update_url="http://www.icculus.org/quake3/updates.txt"
 
6
        promptbinaries="yes"
 
7
        reinstall="yes"
 
8
        nopromptoverwrite="yes"
 
9
        preuninstall="preuninstall.sh">
 
10
  <readme>
 
11
    README
 
12
  </readme>
 
13
  <eula>
 
14
    id_patch_pk3s_Q3A_EULA.txt
 
15
  </eula>
 
16
 
 
17
  <component name="Quake3 Arena gamedata" version="@VERSION@" default="yes">
 
18
   <option size="457M">
 
19
     <help>
 
20
       If you don't select this, you must make sure to copy pak0.pk3 to the baseq3 directory manually.
 
21
     </help>
 
22
     Copy Quake3 Arena CD data
 
23
     <files cdromid="CD 1" path="baseq3" size="457M">
 
24
       Quake3/baseq3/pak0.pk3
 
25
     </files>
 
26
   </option>
 
27
   <option required="true" install="true" show="false">
 
28
     <files path="baseq3">
 
29
       idpatchpk3s.tar
 
30
     </files>
 
31
     <files path="">
 
32
       COPYING
 
33
     </files>
 
34
   </option>
 
35
  </component>
 
36
 
 
37
  <component name="Quake3 Team Arena gamedata" version="@VERSION@">
 
38
   <option>
 
39
     Install Team Arena components
 
40
     <files path="missionpack">
 
41
       idtapatchpk3s.tar
 
42
     </files>
 
43
     <option size="457M">
 
44
       <help>
 
45
         If you don't select this, you must make sure to copy the TA pak0.pk3 to the missionpack directory manually.
 
46
       </help>
 
47
       Copy Quake3 Team Arena CD data
 
48
       <files cdromid="CD 2" path="missionpack" size="457M">
 
49
         Setup/missionpack/pak0.pk3
 
50
       </files>
 
51
     </option>
 
52
   </option>
 
53
  </component>
 
54
  <component arch="x86_64" name="x86_64" version="@VERSION@">
 
55
    <option install="true">
 
56
     x86_64 binaries
 
57
     <binary libc="any" symlink="ioquake3" icon="quake3.png"
 
58
             menu="." name="ioquake3">
 
59
       ioquake3
 
60
     </binary>
 
61
     <files>
 
62
       ioquake3.x86_64.tar
 
63
       quake3.png
 
64
     </files>
 
65
    </option>
 
66
  </component>
 
67
 
 
68
  <component if="|(x86,x86_64)" name="i386" version="@VERSION@">
 
69
    <option install="true">
 
70
     x86 (32 bit) binaries
 
71
     <binary libc="any" symlink="ioquake3" icon="quake3.png"
 
72
             menu="." name="ioquake3">
 
73
       ioquake3
 
74
     </binary>
 
75
     <files>
 
76
       ioquake3.i386.tar
 
77
       quake3.png
 
78
     </files>
 
79
    </option>
 
80
  </component>
 
81
 
 
82
  <component arch="ppc" name="ppc" version="@VERSION@">
 
83
    <option install="true">
 
84
     ppc 32 bit binaries
 
85
     <binary libc="any" symlink="ioquake3" icon="quake3.png"
 
86
             menu="." name="ioquake3">
 
87
       ioquake3
 
88
     </binary>
 
89
     <files>
 
90
       ioquake3.ppc.tar
 
91
       quake3.png
 
92
     </files>
 
93
    </option>
 
94
  </component>
 
95
 
 
96
  <cdrom id="CD 1" name="Quake 3 Arena installation CD">
 
97
    Setup/BaseEF/pak0.pk3
 
98
  </cdrom>
 
99
  <cdrom id="CD 2" name="Quake 3 Team Arena installation CD">
 
100
    Setup/missionpack/pak0.pk3
 
101
  </cdrom>
 
102
 
 
103
</install>