           SPELL=gimp

if [ "$GIMP_DEVEL" == "y" ];then
         VERSION=2.4.0-rc3
          SOURCE=$SPELL-$VERSION.tar.bz2
     SOURCE_HASH=sha512:3f880c3b3f15f1cc6d501c285bff4b18ae0a90c46dbfbbd02598c955a03813ff37baa3fe0c2d5b256fb3918e80db6ff79190a0a5fbae6b020f5ed43a0a72dc5c
   SOURCE_URL[0]=ftp://ftp.gimp.org/pub/gimp/v${VERSION%.*}/testing/$SOURCE
else
         VERSION=2.2.17
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=ftp://ftp.gimp.org/pub/gimp/v${VERSION%.*}/$SOURCE
      SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
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
