File: package.xml.in

package info (click to toggle)
jackd2 1.9.21~dfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,748 kB
  • sloc: cpp: 50,925; ansic: 30,986; python: 12,573; sh: 228; makefile: 31
file content (19 lines) | stat: -rw-r--r-- 1,066 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<installer-gui-script minSpecVersion="1">
    <title>JACK2</title>
    <!--
    <background file="@CURDIR@/package-background.png" mime-type="image/png" alignment="bottomleft" scaling="proportional" />
    <background-darkAqua file="@CURDIR@/package-background.png" mime-type="image/png" alignment="bottomleft" scaling="proportional" />
    -->
    <choice id="org.jackaudio.jack2" title="JACK2" visible="false">
        <pkg-ref id="org.jackaudio.jack2" version="0">jack2-osx-root.pkg</pkg-ref>
    </choice>
    <choices-outline>
        <line choice="org.jackaudio.jack2" />
    </choices-outline>
    <domains enable_anywhere="false" enable_currentUserHome="false" enable_localSystem="true" />
    <license file="@CURDIR@/../COPYING" mime-type="text/plain" />
    <options customize="never" hostArchitectures="x86_64" require-scripts="false" rootVolumeOnly="true" />
    <pkg-ref id="org.jackaudio.jack2" />
    <welcome file="@CURDIR@/package-welcome.txt" mime-type="text/plain" />
</installer-gui-script>