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

# source: BLFS 7.5
TARBALL=gtkmm-$PKGVER.tar.xz
MD5SUM=b9ac60c90959a71095f07f84dd39961d 
SRC_URL=http://ftp.gnome.org/pub/gnome/sources/gtkmm/2.24/$TARBALL
BUNDLE=

SLACKREQ='atk2mm32 gtk2_32 pangomm32'
SLACKDESC="gtk2mm32: gtk2mm32 $PKGVER (C++ binding for GTK2)  
gtk2mm32:  
gtk2mm32: The Gtkmm package provides a C++ interface to GTK+ 2.  
gtk2mm32: 
gtk2mm32: This contains 32-bit version of the library.
gtk2mm32: 
gtk2mm32: 
gtk2mm32: 
gtk2mm32: 
gtk2mm32: 
gtk2mm32:
"

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

### default pkg_build
