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

# source: BLFS 7.5
TARBALL=atk-$PKGVER.tar.xz
MD5SUM=e77833d4445ebe6842e9f9a0667b0be7 
SRC_URL=http://ftp.gnome.org/pub/gnome/sources/atk/2.10/$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/
}





