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

# source: post BLFS 7.8 2015-12-31
TARBALL=atk-$PKGVER.tar.xz
MD5SUM=fd3678f35004b4c92e3da39356996054
SRC_URL=http://ftp.gnome.org/pub/gnome/sources/atk/2.18/$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() {
	pkg_build_autoconf &&
	pkg_build_slackdesc &&

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




