25 lines
801 B
Bash
25 lines
801 B
Bash
# Template file for 'xcb-util-keysyms'
|
|
pkgname=xcb-util-keysyms
|
|
version=0.4.0
|
|
revision=2
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libxcb-devel xcb-util-devel"
|
|
short_desc="Utility libraries for XC Binding - Standard X key constants and conversion to/from keycodes"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
license="X11"
|
|
homepage="http://xcb.freedesktop.org"
|
|
distfiles="http://xcb.freedesktop.org/dist/xcb-util-keysyms-${version}.tar.bz2"
|
|
checksum=0ef8490ff1dede52b7de533158547f8b454b241aa3e4dcca369507f66f216dd9
|
|
|
|
xcb-util-keysyms-devel_package() {
|
|
depends="libxcb-devel ${sourcepkg}>=${version}_${revision}"
|
|
short_desco+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|