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

# 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='glib32 gobject-introspection32'
SLACKDESC="atk2_32: atk2_32 $PKGVER (GTK Accessibility Toolkit)  
atk2_32:  
atk2_32: ATK provides the set of accessibility interfaces that are implemented by 
atk2_32: other toolkits and applications. Using the ATK interfaces, accessibility 
atk2_32: tools have full access to view and control running applications. This 
atk2_32: package is for GTK2.  
atk2_32: 
atk2_32: This contains 32-bit version of the library.
atk2_32: 
atk2_32: 
atk2_32: 
"

### default pkg_download
### default pkg_prepare
pkg_package() {
	rm -rf bin sbin usr/bin usr/sbin usr/include usr/share/locale usr/share/gtk-doc
}

pkg_build() {
	pkg_build_autoconf &&
	pkg_build_slackdesc &&

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





