           SPELL=graphicsmagick
if [[ $GM_SNAP == y ]]
then
         VERSION=1.2.020070918
     SOURCE_HASH=sha512:949003c5d9d6e1d9bdaa2dc31922934babef3c8a9794ef1cdf12f376efaa7f4f52c6a3e290729a516c212b4adf8d13821808f7d8d482ddfff6bb771dad1006a8
          SOURCE=GraphicsMagick-${VERSION}.tar.bz2
   SOURCE_URL[0]=ftp://ftp.${SPELL}.org/pub/GraphicsMagick/snapshots/${SOURCE}
else
         VERSION=1.1.10
     SOURCE_HASH=sha512:22ea04134a6e3cc84749f7a114670586ff25515129addb4f27854b8353d70a00a476407a4e47799d62f52c2656dc850b8789b4af3358703ebe0a85e6521b1910
          SOURCE=GraphicsMagick-${VERSION}.tar.bz2
   SOURCE_URL[0]=ftp://ftp.${SPELL}.org/pub/GraphicsMagick/${SOURCE}
   SOURCE_URL[1]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
fi
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/GraphicsMagick-${VERSION}
        WEB_SITE=http://www.${SPELL}.org
         ENTERED=20070216
      LICENSE[0]=MIT
        KEYWORDS="images graphics"
           SHORT="GraphicsMagick provides a set of utilities, APIs, and GUIs, for image processing and 2D vector rendering."
cat << EOF
GraphicsMagick provides a comprehensive collection of utilities, programming
interfaces, and GUIs, to support image processing and 2D vector rendering.
GraphicsMagick is originally based on ImageMagick from ImageMagick Studio
(which was originally written by John Cristy at Dupont). The goal of
GraphicsMagick is to provide the highest quality product possible while
encouraging open and active participation from all interested developers.
EOF
