summaryrefslogtreecommitdiffstats
path: root/osx/distribution.xml.in
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 18:02:34 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 18:02:34 +0000
commitfadeddfbb2aa38a980dd959b5ec1ffba7afd43cb (patch)
treea7bde6111c84ea64619656a38fba50909fa0bf60 /osx/distribution.xml.in
parentInitial commit. (diff)
downloadlldpd-upstream.tar.xz
lldpd-upstream.zip
Adding upstream version 1.0.18.upstream/1.0.18upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--osx/distribution.xml.in27
1 files changed, 27 insertions, 0 deletions
diff --git a/osx/distribution.xml.in b/osx/distribution.xml.in
new file mode 100644
index 0000000..29bb881
--- /dev/null
+++ b/osx/distribution.xml.in
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8" standalone="no"?>
+<!-- The documentation for this file is available here:
+ https://developer.apple.com/library/mac/#documentation/DeveloperTools/Reference/DistributionDefinitionRef/Chapters/Distribution_XML_Ref.html -->
+<installer-gui-script minSpecVersion="1">
+ <title>@PACKAGE@ @VERSION@</title>
+ <organization>im.bernat.@PACKAGE@</organization>
+ <welcome file="welcome.html" mime-type="text/html" />
+ <license file="license.html" mime-type="text/html" />
+ <conclusion file="conclusion.html" mime-type="text/html" />
+ <options customize="never" require-scripts="true" rootVolumeOnly="true" />
+ <choices-outline>
+ <line choice="im.bernat.@PACKAGE@.daemon"/>
+ </choices-outline>
+ <choice
+ id="im.bernat.@PACKAGE@.daemon"
+ visible="false"
+ title="lldpd daemon"
+ description="The LLDP daemon and its client."
+ start_selected="true">
+ <pkg-ref id="im.bernat.@PACKAGE@.daemon"/>
+ </choice>
+ <pkg-ref
+ id="im.bernat.@PACKAGE@.daemon"
+ version="0"
+ onConclusion="none"
+ auth="root">@PACKAGE@-@VERSION@.pkg</pkg-ref>
+</installer-gui-script>