<?xml version="1.0" encoding="utf-8" standalone="no"?>
<installer-script minSpecVersion="1.000000" authoringTool="com.apple.PackageMaker" authoringToolVersion="3.0.6" authoringToolBuild="201">
    <title>Pike 7.8.700</title>
    <options customize="never" allow-external-scripts="no"/>
    <domains enable_localSystem="true"/>
    <script>
function pm_choice1_selected() {
  result = true;
  result = result &amp;&amp; (system.sysctl('hw.cpu64bit_capable') == '1');
  return result;
}


function pm_choice1_enabled() {
  result = true;
  result = result &amp;&amp; (system.sysctl('hw.cpu64bit_capable') == '1');
  return result;
}


function pm_choice2_selected() {
  result = true;
  result = result &amp;&amp; (system.sysctl('hw.cpu64bit_capable') == '0');
  return result;
}


function pm_choice2_enabled() {
  result = true;
  result = result &amp;&amp; (system.sysctl('hw.cpu64bit_capable') == '0');
  return result;
}


function pm_choice3_selected() {
  result = true;
  result = result &amp;&amp; (system.sysctl('hw.optional.altivec') == true);
  return result;
}


function pm_choice3_hidden() {
  result = true;
  result = result &amp;&amp; (system.sysctl('hw.optional.altivec') == true);
  return result;
}


function pm_choice3_enabled() {
  result = true;
  result = result &amp;&amp; (system.sysctl('hw.optional.altivec') == true);
  return result;
}</script>
    <background file="background" alignment="bottomleft" scaling="proportional"/>
    <choices-outline>
        <line choice="choice1"/>
        <line choice="choice2"/>
        <line choice="choice3"/>
    </choices-outline>
    <choice id="choice1" title="64bit x86" selected="pm_choice1_selected()" enabled="pm_choice1_enabled()">
        <pkg-ref id="se.liu.lysator.pike.pike78700.Pike-v7.8.700-MacOSX-10.pkg"/>
    </choice>
    <choice id="choice2" title="32bit x86" selected="pm_choice2_selected()" enabled="pm_choice2_enabled()">
        <pkg-ref id="se.liu.lysator.pike.pike78700.Pike-v7.8.700-MacOSX-10-1.pkg"/>
    </choice>
    <choice id="choice3" title="PPC" selected="pm_choice3_selected()" enabled="pm_choice3_enabled()" visible="!pm_choice3_hidden()">
        <pkg-ref id="se.liu.lysator.pike.pike78700.Pike-v7.8.700-MacOSX-10-2.pkg"/>
    </choice>
    <pkg-ref id="se.liu.lysator.pike.pike78700.Pike-v7.8.700-MacOSX-10.pkg" installKBytes="4392" version="7.8.700" auth="Root">#pikev78700macosx10.pkg</pkg-ref>
    <pkg-ref id="se.liu.lysator.pike.pike78700.Pike-v7.8.700-MacOSX-10-1.pkg" installKBytes="4332" version="7.8.700" auth="Root">#pikev78700macosx10-1.pkg</pkg-ref>
    <pkg-ref id="se.liu.lysator.pike.pike78700.Pike-v7.8.700-MacOSX-10-2.pkg" installKBytes="4160" version="7.8.700" auth="Root">#pikev78700macosx10-2.pkg</pkg-ref>
</installer-script>