           SPELL=gimp
       BUILD_API=2

if [ "$GIMP_DEVEL" == "y" ];then
         VERSION=2.3.7
          SOURCE=$SPELL-$VERSION.tar.bz2
     SOURCE_HASH=sha512:513c6f89648e12a6bec17e888b4cbb370c394c97a55976d2565dcaa97afe65687fe10ac6e5c4be01529ab0998786d28dd430e640346b77096d74bef718ad8d3e
   SOURCE_URL[0]=ftp://ftp.gimp.org/pub/gimp/v${VERSION%.*}/$SOURCE
else
         VERSION=2.2.10
          SOURCE=$SPELL-$VERSION.tar.bz2
     SOURCE_HASH=sha512:d17afd1782aa9370ccd15327dea9dc320b8114f2f960c93870804a382b74ba6a7cc609e4205f3ab0e067437a41be044be6f96cc2df0e1dd3c07dc35bd217d700
   SOURCE_URL[0]=ftp://ftp.gimp.org/pub/gimp/v${VERSION%.*}/$SOURCE
fi

SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE=http://www.gimp.org/
         ENTERED=20010922
         UPDATED=20030610
      LICENSE[0]=GPL
           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
