# Template build for 'xcb-util'. pkgname=xcb-util version=0.3.9 revision=2 build_style=gnu-configure configure_args="--disable-static" hostmakedepends="pkg-config gperf" makedepends="libxcb-devel>=1.8" short_desc="XCB utilities" maintainer="Juan RP " homepage="http://xcb.freedesktop.org" license="GPL-2" distfiles="http://xcb.freedesktop.org/dist/$pkgname-$version.tar.bz2" checksum=c611259c0ab20fd76f79f48f4684843c18ea9c967eba78a45e8b3636315c18c4 long_desc=" The xcb-util module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries. These experimental libraries provide convenience functions and interfaces which make the raw X protocol more usable. Some of the libraries also provide client-side code which is not strictly part of the X protocol but which have traditionally been provided by Xlib." xcb-util-devel_package() { depends="libxcb-devel xcb-util>=${version}" short_desc+=" -- development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig } } xcb-util_package() { pkg_install() { vmove usr } }