<?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>Boca Printer Drivers </title>
    <options customize="never" allow-external-scripts="no"/>
    <domains enable_localSystem="true"/>
    <installation-check script="pm_install_check();"/>
    <script>function pm_install_check() {
  if(!(system.sysctl('hw.optional.64bitops') != true)) {
    my.result.title = 'These printer drivers are only 64 bits';
    my.result.message = 'You should run this driver only on 64 bits OS X, like Snow Leopard, Lion or Mountain Lion ';
    my.result.type = 'Fatal';
    return false;
  }
  return true;
}
</script>
    <background file="background" alignment="right" scaling="proportional"/>
    <readme language="en" mime-type="text/rtf"><![CDATA[{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470
{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
{\colortbl;\red255\green255\blue255;}
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural

\f0\fs26 \cf0 These are printer drivers an a cups filter to make sure your Boca printer will run on your computer. \
\
This version includes possibilities to enhance the output with differente dithering algorithms.\
\
It also makes it possible to cut after all the tickets have been printed.\
\
}]]></readme>
    <license language="en" mime-type="text/rtf"><![CDATA[{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf470
{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
{\colortbl;\red255\green255\blue255;}
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural

\f0\fs26 \cf0 This software is copyrighted by Netsense and built for Boca Systems. \
\
You are allowed to use it to print on Boca printers. \
\
Only make sure you are not using it for printers for which it is not meant!\
\
Netsense can not be held responsible for any damage that is caused by using this software.\
\
Johan Henselmans\
}]]></license>
    <choices-outline>
        <line choice="choice2"/>
    </choices-outline>
    <choice id="choice2" title="boca">
        <pkg-ref id="boca.base"/>
    </choice>
    <pkg-ref id="boca.base" installKBytes="336" version="2.0.2" auth="Root">#boca.pkg</pkg-ref>
</installer-script>