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

# source: BLFS 11.3
TARBALL=atkmm-$PKGVER.tar.xz
MD5SUM=bad12606feaaba28c4d31b8857b7099e
SRC_URL=http://ftp.gnome.org/pub/gnome/sources/atkmm/2.28/$TARBALL
BUNDLE=

SLACKREQ='at-spi2-core32 glibmm32'
SLACKDESC="atkmm32: atkmm32 $PKGVER (C++ binding for ATK)  
atkmm32:  
atkmm32: Atkmm is the official C++ interface for the ATK accessibility toolkit 
atkmm32: library.  
atkmm32: 
atkmm32: This contains 32-bit version of the library.
atkmm32: 
atkmm32: 
atkmm32: 
atkmm32: 
atkmm32:
"

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

### build
pkg_build() {
	pkg_build_meson bld &&
	pkg_build_slackdesc
}
