### this file is sourced not run
PKGVER=2.36.0
PKGBUILD=1
PKGARCH=x86_64

# source: post BLFS 8.2 2018-06-01
TARBALL=atk-$PKGVER.tar.xz
MD5SUM=01aa5ec5138f5f8c9b3a4e3196ed2900
SRC_URL=http://ftp.gnome.org/pub/gnome/sources/atk/2.36/$TARBALL
BUNDLE=

SLACKREQ='glib gobject-introspection'
SLACKDESC="atk2: atk2 $PKGVER (GTK Accessibility Toolkit)  
atk2:  
atk2: ATK provides the set of accessibility interfaces that are implemented by 
atk2: other toolkits and applications. Using the ATK interfaces, accessibility 
atk2: tools have full access to view and control running applications. This 
atk2: package is for GTK2.  
atk2: 
atk2: 
atk2: 
atk2: 
atk2: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
pkg_build() {
	MESONFLAGS="$MESONFLAGS --prefix=/usr --buildtype=release"
	pkg_build_meson &&
	pkg_build_slackdesc &&

	# multilib
	mv -v /usr/share/gir-1.0/* /usr/share/gir-1.0-64 &&
	rm -r /usr/share/gir-1.0/
}




