2009-04-16 21:49:44 +00:00
|
|
|
# Template build for 'xcb-util'.
|
|
|
|
pkgname=xcb-util
|
2012-09-17 15:31:48 +00:00
|
|
|
version=0.3.9
|
2014-02-14 14:38:24 +00:00
|
|
|
revision=3
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-09-17 15:31:48 +00:00
|
|
|
configure_args="--disable-static"
|
2013-04-13 20:47:11 +00:00
|
|
|
hostmakedepends="pkg-config gperf"
|
|
|
|
makedepends="libxcb-devel>=1.8"
|
2014-02-14 14:38:24 +00:00
|
|
|
short_desc="XCB utilities library"
|
2009-04-16 21:49:44 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-09-17 15:31:48 +00:00
|
|
|
homepage="http://xcb.freedesktop.org"
|
|
|
|
license="GPL-2"
|
|
|
|
distfiles="http://xcb.freedesktop.org/dist/$pkgname-$version.tar.bz2"
|
|
|
|
checksum=c611259c0ab20fd76f79f48f4684843c18ea9c967eba78a45e8b3636315c18c4
|
2009-04-16 21:49:44 +00:00
|
|
|
|
2013-04-13 20:47:11 +00:00
|
|
|
xcb-util-devel_package() {
|
2014-02-14 14:38:24 +00:00
|
|
|
depends="libxcb-devel ${sourcepkg}>=${version}_${revision}"
|
2013-04-13 20:47:11 +00:00
|
|
|
short_desc+=" -- development files"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
2014-02-14 14:38:24 +00:00
|
|
|
vmove "usr/lib/*.so"
|
2013-04-13 20:47:11 +00:00
|
|
|
}
|
|
|
|
}
|