vp-build/templates/atk/template
Juan RP aa91a77e51 atk: update to 1.28.0.
--HG--
extra : convert_revision : de4169bd1bc6ed94fb5fd0a53dae47ec730b05ef
2009-10-10 09:26:52 +02:00

25 lines
987 B
Plaintext

# Template build file for 'atk'.
pkgname=atk
version=1.28.0
distfiles="${GNOME_SITE}/atk/1.28/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="Set of interfaces for accessibility"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=e4da9fe580d2d55f4e77a138c553b4b32654dfb06bf0715592cc9dbd6355fe87
long_desc="
The ATK library provides a set of interfaces for accessibility.
By supporting the ATK interfaces, an application or toolkit can
be used with such tools as screen readers, magnifiers,
and alternative input devices.
Atk provides a core set of interfaces which are common to all
widgets and \"additional\" interfaces that are appropriate to certain
classes of widgets and whose existence can be queried at run time.
It also provides interfaces which an application can use to provide
additional accessibility information to assistive technology tools."
subpackages="devel"
Add_dependency build pkg-config
Add_dependency full glibc
Add_dependency full glib