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

# 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='glib dbus' # gobject-introspection
SLACKDESC="at-spi2-core: at-spi2-core $PKGVER (Core Assistive Technology)
at-spi2-core: 
at-spi2-core: The At-Spi2 Core package is a part of the GNOME Accessibility 
at-spi2-core: Project. It provides a Service Provider Interface for the Assistive 
at-spi2-core: Technologies available on the GNOME platform and a library against 
at-spi2-core: which applications can be linked.
at-spi2-core: 
at-spi2-core: 
at-spi2-core: 
at-spi2-core: 
at-spi2-core: 
"

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




