23dd7d008e
- There's no need to set build_style for custom-install (default). - gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
28 lines
1.1 KiB
Text
28 lines
1.1 KiB
Text
# Template build file for 'atk'.
|
|
pkgname=atk
|
|
version=2.2.0
|
|
distfiles="${GNOME_SITE}/atk/2.2/$pkgname-$version.tar.xz"
|
|
build_style=gnu-configure
|
|
short_desc="Set of interfaces for accessibility"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.gtk.org/"
|
|
license="LGPL-2.1"
|
|
checksum=8b22f0e7803dd3734c676ccd68ea999ff1156ca49d99c3de5c1d269ad0c3739d
|
|
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="atk-devel"
|
|
Add_dependency run glibc
|
|
Add_dependency run glib
|
|
Add_dependency build pkg-config
|
|
Add_dependency build glib-devel
|
|
Add_dependency build gobject-introspection
|