           SPELL=atk
if [[ $ATK_DEVEL == y ]]; then
         VERSION=1.30.0
else
         VERSION=1.30.0
fi
          BRANCH=`echo $VERSION|cut -d . -f 1,2` 
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
      SOURCE_GPG=gurus.gpg:$SOURCE.sig
      LICENSE[0]=LGPL
        WEB_SITE=http://library.gnome.org/devel/atk/
         ENTERED=20020314
        KEYWORDS="gnome2 libs"
           SHORT="set of interfaces for accessibility"
cat << EOF
The ATK library provides a set of interfaces for accessibility. By supporting
the ATK interfaces, an application or toolkit can be used such as tools such as
screen readers, magnifiers, and alternative input devices.
EOF
