Added encodings-1.0.2 template.
[pkgfs.git] / templates / atk.tmpl
blob6206b0bfba3b457cfd27dbc921d890759dfec5ce
1 # Template build file for 'atk'.
2 pkgname=atk
3 version=1.24.0
4 extract_sufx=".tar.bz2"
5 url=http://ftp.gnome.org/pub/GNOME/sources/atk/1.24
6 build_style=gnu_configure
7 make_cmd="$PKGFS_MASTERDIR/bin/gmake"
8 pkgconfig_override="atk.pc"
9 short_desc="Set of interfaces for accessibility"
10 maintainer="Juan RP <xtraeme@gmail.com>"
11 checksum=63ce673732286f001f908316f06b8eb08c256943
12 long_desc="
13  The ATK library provides a set of interfaces for accessibility.
14  By supporting the ATK interfaces, an application or toolkit can
15  be used with such tools as screen readers, magnifiers,
16  and alternative input devices.
18  Atk provides a core set of interfaces which are common to all
19  widgets and "additional" interfaces that are appropriate to certain
20  classes of widgets and whose existence can be queried at run time.
21  It also provides interfaces which an application can use to provide
22  additional accessibility information to assistive technology tools."