GARNAME = accerciser
GARVERSION = 0.1.1
CATEGORIES = hacker-tools
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2

LIBDEPS = bindings/gnome-python platform/at-spi 

DESCRIPTION = accerciser
define BLURB
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.
endef

CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile

CONFIGURE_ARGS = $(DIRPATHS)

include ../category.mk
