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

# source: pre BLFS 8.3 2018-08-26
TARBALL=at-spi2-atk-$PKGVER.tar.xz
MD5SUM=355c7916a69513490cb83ad34016b169
SRC_URL=http://ftp.gnome.org/pub/gnome/sources/at-spi2-atk/2.26/$TARBALL
BUNDLE=

SLACKREQ='at-spi2-core32'
SLACKDESC="at-spi2-atk32: at-spi2-atk32 $PKGVER (ATK provider for AT-SPI)
at-spi2-atk32: 
at-spi2-atk32: The At-Spi2 Atk package contains a library that bridges ATK to 
at-spi2-atk32: At-Spi2 D-Bus service. This package is required by GTK3.
at-spi2-atk32: 
at-spi2-atk32: This contains 32-bit libraries.
at-spi2-atk32: 
at-spi2-atk32: 
at-spi2-atk32: 
at-spi2-atk32: 
at-spi2-atk32: 
"
#SLACKINSTALL='glib-compile-schemas ./usr/share/glib-2.0/schemas'
#SLACKUNINSTALL='glib-compile-schemas ./usr/share/glib-2.0/schemas'

### default pkg_download
### default pkg_prepare
### package - only collect the libraries
pkg_package() {
	rm -rf usr/include
}

pkg_build() {
	CONFFLAGS="$CONFFLAGS --disable-schemas-compile"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}




