void-packages/srcpkgs/libxkbcommon/template

26 lines
743 B
Text
Raw Normal View History

2012-11-20 13:00:26 +00:00
# Template file for 'libxkbcommon'.
pkgname=libxkbcommon
2013-06-13 04:49:41 +00:00
version=0.3.1
2014-02-21 10:27:48 +00:00
revision=2
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="libfl-devel xkeyboard-config"
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"
checksum=9c973581bba0c883a301fa6474d9c3e4f3a06c34e4ae4f1f4e113692cb18b38e
libxkbcommon-devel_package() {
2014-02-21 10:27:48 +00:00
depends="${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"
}
}