void-packages/srcpkgs/libxkbcommon/template
2017-08-05 09:49:07 +00:00

41 lines
1,002 B
Bash

# Template file for 'libxkbcommon'.
pkgname=libxkbcommon
version=0.7.2
revision=1
build_style=gnu-configure
hostmakedepends="automake pkg-config libtool flex xorg-util-macros"
makedepends="xkeyboard-config libxcb-devel"
depends="xkeyboard-config"
short_desc="Library to handle keyboard descriptions"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://xkbcommon.org/"
license="MIT/X11"
distfiles="http://xkbcommon.org/download/${pkgname}-${version}.tar.xz"
checksum=28a4dc2735863bec2dba238de07fcdff28c5dd2300ae9dfdb47282206cd9b9d8
pre_configure() {
autoreconf -fi
}
pkg_install() {
vlicense LICENSE
}
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}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/*.a
vmove usr/lib/*.so
}
}