           SPELL=dot2tex
         VERSION=2.7.0
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://${SPELL}.googlecode.com/files/${SOURCE}
     SOURCE_HASH=sha512:c36826e9fa3e552f206026f8b0b54f93cb63388962fb6fa3f2b0a64292afddae28be26ea7b62ea8d1806ada6015f2c4f1b3f6ca4129bc2f3c0ff2c38f0340872
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE=http://www.fauskes.net/code/dot2tex
      LICENSE[0]=MIT
         ENTERED=20070127
           SHORT="a graphviz to LaTeX converter"
cat << EOF
The purpose of dot2tex is to give graphs generated by Graphviz a more LaTeX
friendly look and feel. This is accomplished by converting xdot output from
Graphviz to a series of PSTricks or PGF/TikZ commands. This approach allows:

    * Typesetting labels with LaTeX, allowing mathematical notation.  *
    Using native PSTricks and PGF/TikZ commands for drawing arrows
      (optional).
    * Using backend specific styles to customize the output
EOF
