# Maintainer: Natanael Copa pkgname=atk pkgver=2.28.1 pkgrel=0 pkgdesc="A library providing a set of interfaces for accessibility" url="https://www.gtk.org/" arch="all" license="LGPL-2.0-or-later" depends="" makedepends="glib-dev gobject-introspection-dev musl-utils" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" source="https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz" builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --enable-introspection make } check() { cd "$builddir"/tests # There is no test suite runner present, but the tests are built.. for testapp in testdocument testrelation testrole teststateset testvalue; do ./$testapp done } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="aa61e7718b3f4d9c33ec2b4747e35f894a51550ef39ecc4a7af5705811c029645bd3c728071f446b075a0b7aef0c35c1b73406a210cd30171838f24a8dfc0abb atk-2.28.1.tar.xz"