           SPELL=transfig
if [ "$DEVEL" == "y" ];then
         VERSION=3.2.5-alpha5
          SOURCE=${SPELL}.${VERSION}.tar.gz
   SOURCE_URL[0]=ftp://epb.lbl.gov/xfig/alpha/${SOURCE}
    SOURCE_HASH=sha512:78577b094a985ae46238435153de02772783988ec7a96661388d1f066fac100623aba3120428cad57cc0126185433e28d3c85e1b6c3055579c94fcb2a01f5f8a
else
         VERSION=3.2.5
          SOURCE=${SPELL}.${VERSION}.tar.gz
   SOURCE_URL[0]=ftp://www-epb.lbl.gov/xfig/${SOURCE}
     SOURCE_HASH=sha512:78577b094a985ae46238435153de02772783988ec7a96661388d1f066fac100623aba3120428cad57cc0126185433e28d3c85e1b6c3055579c94fcb2a01f5f8a
fi
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}.${VERSION}
        WEB_SITE=http://epb.lbl.gov/xfig/
      LICENSE[0]=PD
         ENTERED=20020210
         UPDATED=20021018
        KEYWORDS="editors"
           SHORT="Converts .fig files (such as those from xfig) to other formats"
cat << EOF
TransFig is a set of tools for creating TeX documents with graphics
which are portable, in the sense that they can be printed in a wide
variety of environments.
EOF
