void-packages/srcpkgs/libxkbcommon/template

33 lines
907 B
Plaintext
Raw Normal View History

2012-11-20 13:00:26 +00:00
# Template file for 'libxkbcommon'.
pkgname=libxkbcommon
2014-10-26 07:58:39 +00:00
version=0.5.0
revision=1
2012-11-20 13:00:26 +00:00
build_style=gnu-configure
configure_args="--disable-static"
2014-02-21 10:27:48 +00:00
hostmakedepends="pkg-config flex"
makedepends="xkeyboard-config libxcb-devel"
depends="xkeyboard-config"
2012-11-20 13:00:26 +00:00
short_desc="Library to handle keyboard descriptions"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://xkbcommon.org/"
2012-11-20 13:06:33 +00:00
license="MIT/X11"
2013-06-13 04:49:41 +00:00
distfiles="http://xkbcommon.org/download/${pkgname}-${version}.tar.xz"
2014-10-26 07:58:39 +00:00
checksum=90bd7824742b9a6f52a6cf80e2cadd6f5349cf600a358d08260772615b89d19c
libxkbcommon-x11_package() {
short_desc+=" - X11 support"
pkg_install() {
vmove usr/lib/*x11*.so.*
}
}
libxkbcommon-devel_package() {
depends="libxcb-devel ${sourcepkg}-x11>=${version}_${revision} ${sourcepkg}>=${version}_${revision}"
2013-06-13 04:49:41 +00:00
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
2014-02-21 10:27:48 +00:00
vmove "usr/lib/*.so"
}
}