           SPELL=dot2tex
         VERSION=2.8.4
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://${SPELL}.googlecode.com/files/${SOURCE}
     SOURCE_HASH=sha512:5962315c4aaafd205de621155852ef95128d72c07492c057ac9969538b4cca0ade74f45317412726bc6acc73b64c3e456028212f2f9c16aac5be3833841bd2d1
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
