File: Distribution.in

package info (click to toggle)
smartmontools 7.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,080 kB
  • sloc: cpp: 53,631; ansic: 9,924; sh: 6,493; makefile: 1,017
file content (21 lines) | stat: -rw-r--r-- 818 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<installer-gui-script minSpecVersion="2">
  <allowed-os-versions>
    <os-version min="10.5"/>
  </allowed-os-versions>
  <license file="license.txt" mime-type="text/plain"/>
  <!-- <welcome file="welcome.rtf" mime-type="text/rtf"/> -->
  <title>S.M.A.R.T. disk monitoring tools</title>
  <pkg-ref id="com.smartmontools.pkg"/>
  <choices-outline>
    <line choice="default">
      <line choice="com.smartmontools.pkg"/>
    </line>
  </choices-outline>
  <choice id="default"/>
  <choice id="com.smartmontools.pkg" visible="false">
    <pkg-ref version="@version@" installKBytes="@size@" id="com.smartmontools.pkg">@pkgname@</pkg-ref>
  </choice>
  <domains enable_localSystem="true"/>
  <options customize="never" rootVolumeOnly="true"/>
</installer-gui-script>