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

# source: pre BLFS 8.3 2018-08-26
TARBALL=at-spi2-core-$PKGVER.tar.xz
MD5SUM=9c42f79636ed1c0e908b7483d789b32e
SRC_URL=http://ftp.gnome.org/pub/gnome/sources/at-spi2-core/2.28/$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_meson &&
	pkg_build_slackdesc &&

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




