           SPELL=accerciser
         VERSION=1.12.0
	  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]=GPL
        WEB_SITE=http://gnome.org/
         ENTERED=20070922
        KEYWORDS="gnome2"
           SHORT="Interactive accessibility explorer"
cat << EOF
Accerciser is an interactive Python accessibility explorer for the GNOME 
desktop. It uses AT-SPI to inspect and control widgets, allowing you to check if
an application is providing correct information to assistive technologies and 
automated test frameworks. Accerciser has a simple plugin framework which 
you can use to create custom views of accessibility information.
EOF
