           SPELL=gimp
if [[ $GIMP_DEVEL == y ]]; then
         VERSION=2.6.8
          SOURCE=$SPELL-$VERSION.tar.bz2
     SOURCE_HASH=sha512:7979a347f149a0e484881ca9c9638541e9ab1e8e44443d38c023af55b5337bf53ddb263502e91f01a45652f4979944a6e80618f3ffe1cf9af60de8cad5170acf
   SOURCE_URL[0]=ftp://ftp.gimp.org/pub/gimp/v${VERSION%.*}/$SOURCE
else
         VERSION=2.6.8
          SOURCE=$SPELL-$VERSION.tar.bz2
     SOURCE_HASH=sha512:7979a347f149a0e484881ca9c9638541e9ab1e8e44443d38c023af55b5337bf53ddb263502e91f01a45652f4979944a6e80618f3ffe1cf9af60de8cad5170acf
   SOURCE_URL[0]=ftp://ftp.gimp.org/pub/gimp/v${VERSION%.*}/$SOURCE
#     SOURCE_GPG=gurus.gpg:$SOURCE.sig
fi
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE=http://www.gimp.org/
         ENTERED=20010922
      LICENSE[0]=GPL
        KEYWORDS="graphics"
           SHORT="GNU Image Manipulation Program"
cat << EOF
The GIMP is the GNU Image Manipulation Program. It is a freely distributed piece
of software suitable for such tasks as photo retouching, image composition and
image authoring. It can be used as a simple paint program, an expert quality
photo retouching program, an online batch processing system, a mass production
image renderer, a image format converter, etc. 
EOF
