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

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

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

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$XORG_CONFIG"
	pkg_build_autoconf && pkg_build_slackdesc
}
