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

# source: BLFS 7.9
TARBALL=at-spi2-core-$PKGVER.tar.xz
MD5SUM=fc18801e56f6ce6914126f837d42f556
SRC_URL=http://ftp.gnome.org/pub/gnome/sources/at-spi2-core/2.18/$TARBALL
BUNDLE=

SLACKREQ='glib32 dbus32' # gobject-introspection
SLACKDESC="at-spi2-core32: at-spi2-core32 $PKGVER (Core Assistive Technology)
at-spi2-core32: 
at-spi2-core32: The At-Spi2 Core package is a part of the GNOME Accessibility 
at-spi2-core32: Project. It provides a Service Provider Interface for the Assistive 
at-spi2-core32: Technologies available on the GNOME platform and a library against 
at-spi2-core32: which applications can be linked.
at-spi2-core32: 
at-spi2-core32: This contains 32-bit version of the library.
at-spi2-core32: 
at-spi2-core32: 
at-spi2-core32: 
"

### default pkg_download
### package - only collect the libraries
pkg_package() {
	rm -rf bin sbin usr/bin usr/sbin usr/include usr/share/locale \
		usr/share/gtk-doc usr/share/dbus-1 usr/libexec etc
}

### default pkg_package
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/
}




