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

# source: BLFS 7.5 updated to 7.8
TARBALL=xcb-util-image-$PKGVER.tar.bz2
MD5SUM=08fe8ffecc8d4e37c0ade7906b3f4c87
SRC_URL=http://xcb.freedesktop.org/dist/$TARBALL
BUNDLE=

SLACKREQ='xcb-util32'
SLACKDESC="xcb-util-image32: xcb-util-image32 $PKGVER (image utilities for xcb)  
xcb-util-image32:  
xcb-util-image32: The xcb-util-image package provides additional extensions to 
xcb-util-image32: the XCB library. libxcb-image.so Is a port of Xlib XImage 
xcb-util-image32: and XShmImage functions.  
xcb-util-image32: 
xcb-util-image32: This contains 32-bit version of the library.
xcb-util-image32: 
xcb-util-image32: 
xcb-util-image32: 
xcb-util-image32:
"

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