]> git.ipfire.org Git - thirdparty/lldpd.git/blob - osx/distribution.xml.in
tests: fix skip instruction
[thirdparty/lldpd.git] / osx / distribution.xml.in
1 <?xml version="1.0" encoding="utf-8" standalone="no"?>
2 <!-- The documentation for this file is available here:
3 https://developer.apple.com/library/mac/#documentation/DeveloperTools/Reference/DistributionDefinitionRef/Chapters/Distribution_XML_Ref.html -->
4 <installer-gui-script minSpecVersion="1">
5 <title>@PACKAGE@ @VERSION@</title>
6 <organization>im.bernat.@PACKAGE@</organization>
7 <welcome file="welcome.html" mime-type="text/html" />
8 <license file="license.html" mime-type="text/html" />
9 <conclusion file="conclusion.html" mime-type="text/html" />
10 <options customize="never" require-scripts="true" rootVolumeOnly="true" />
11 <choices-outline>
12 <line choice="im.bernat.@PACKAGE@.daemon"/>
13 </choices-outline>
14 <choice
15 id="im.bernat.@PACKAGE@.daemon"
16 visible="false"
17 title="lldpd daemon"
18 description="The LLDP daemon and its client."
19 start_selected="true">
20 <pkg-ref id="im.bernat.@PACKAGE@.daemon"/>
21 </choice>
22 <pkg-ref
23 id="im.bernat.@PACKAGE@.daemon"
24 version="0"
25 onConclusion="none"
26 auth="root">@PACKAGE@-@VERSION@.pkg</pkg-ref>
27 </installer-gui-script>