Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / packaging / MacOS / Distribution.xml.in
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <installer-gui-script minSpecVersion="2">
3 <options rootVolumeOnly="true" />
4 <volume-check>
5 <allowed-os-versions>
6 <os-version min="10.%%OSX_MAJOR_CUR%%.0" before="10.%%OSX_MAJOR_NEXT%%.0"/>
7 </allowed-os-versions>
8 </volume-check>
9 <installation-check>
10 <ram min-gb="2.00"/>
11 </installation-check>
12 <!--+==========================+
13 | Presentation |
14 +==========================+-->
15 <title>OpenAFS</title>
16 <background file="background.jpg" scaling="proportional" alignment="bottomleft"/>
17 <readme file="ReadMe.rtf"/>
18 <license file="License.rtf"/>
19 %%PRES_EXTRA%%
20 <!--+==========================+
21 | Installer |
22 +==========================+-->
23 <choices-outline>
24 <line choice="installer_normal"/>
25 <line choice="installer_debug"/>
26 </choices-outline>
27 <choice id="installer_normal" title="OpenAFS client" enabled="false" selected="true"
28 description="This provides the OpenAFS client, kernel module, and utilities.
29 Everything you need to run a client normally.">
30 <pkg-ref id="org.openafs.OpenAFS.pkg"/>
31 </choice>
32 <choice id="installer_debug" title="OpenAFS kernel debug info" start_selected="true"
33 description="Installing this provides some extra files that are useful for
34 debugging issues with the OpenAFS client. You can safely leave this out to
35 save disk space, but it does no harm to install it.">
36 <pkg-ref id="org.openafs.OpenAFS-debug.pkg"/>
37 </choice>
38 <!--+==========================+
39 | Package References |
40 +==========================+-->
41 <pkg-ref id="org.openafs.OpenAFS.pkg">
42 #OpenAFS-dist.pkg
43 </pkg-ref>
44 <pkg-ref id="org.openafs.OpenAFS-debug.pkg">
45 #OpenAFS-debug-extension.pkg
46 </pkg-ref>
47 <product version="%%OPENAFS_VERSION%%"/>
48 </installer-gui-script>