. "${GRIMOIRE}/MESON_FUNCTIONS"
           SPELL=atk
if [[ $ATK_DEVEL == y ]]; then
         VERSION=2.35.1
     SOURCE_HASH=sha256:be9360fa3f845e91f001c20e73b3a0315b38983411b1dc008195f779ac543884:UPSTREAM_HASH
else
         VERSION=2.36.0
     SOURCE_HASH=sha256:fb76247e369402be23f1f5c65d38a9639c1164d934e40f6a9cf3c9e96b652788:UPSTREAM_HASH
fi
          SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=${GNOME_URL}/sources/${SPELL}/${VERSION:0:4}/${SOURCE}
      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
