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

# source: BLFS 7.5
TARBALL=xcb-util-keysyms-$PKGVER.tar.bz2
MD5SUM=1022293083eec9e62d5659261c29e367
SRC_URL=http://xcb.freedesktop.org/dist/$TARBALL
BUNDLE=

SLACKREQ='libxcb32'
SLACKDESC="xcb-util-keysyms32: xcb-util-keysyms32 $PKGVER (keyboard utility library for xcb)  
xcb-util-keysyms32:  
xcb-util-keysyms32: The xcb-util-keysyms package contains a library for handling 
xcb-util-keysyms32: standard X key constants and conversion to/from keycodes. 
xcb-util-keysyms32: libxcb-keysyms.so provides the standard X key constants and 
xcb-util-keysyms32: API functions for conversion to/from keycodes.  
xcb-util-keysyms32: 
xcb-util-keysyms32: This is 32-bit version of the library.
xcb-util-keysyms32: 
xcb-util-keysyms32: 
xcb-util-keysyms32:
"

### 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() {
	CONFFLAGS="$XORG_CONFIG"
	pkg_build_autoconf && pkg_build_slackdesc
}
