vp-build/templates/atk/template
Juan RP dd6b45c322 Set sourcepkg to pkgname through run_template().
This removes the need for having to specify sourcepkg manually in
every package that will build subpkgs.

--HG--
extra : convert_revision : 383e4c467e84844d2f4f61ae5c5e07a5124e9cfb
2009-07-29 22:44:30 +02:00

25 lines
987 B
Plaintext

# Template build file for 'atk'.
pkgname=atk
version=1.26.0
distfiles="${GNOME_SITE}/atk/1.26/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="Set of interfaces for accessibility"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=f7993d26c3606a9b0e32d1eebe716f2294ac37fac014c47744e986fc0ff5e6d1
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