void-packages/srcpkgs/libxklavier/template

43 lines
1.3 KiB
Plaintext

# Template build file for 'libxklavier'.
pkgname=libxklavier
version=5.3
revision=4
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="pkg-config glib-devel"
makedepends="libglib-devel libxkbfile-devel libxml2-devel>=2.7.8 libXi-devel xkeyboard-config iso-codes"
depends="xkeyboard-config iso-codes"
short_desc="Library providing high-level API for X Keyboard Extension"
homepage="http://freedesktop.org/wiki/Software/LibXklavier"
license="LGPL-2"
maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="${GNOME_SITE}/$pkgname/5.3/$pkgname-$version.tar.xz"
checksum=ebec3bc54b5652838502b96223152fb1cd8fcb14ace5cb02d718fc3276bbd404
# Package build options
build_options="gir"
desc_option_gir="Enable support for building gobject introspection data"
# Disable gir for cross builds.
if [ -z "$CROSS_BUILD" ]; then
build_options_default="gir"
fi
if [ "$build_option_gir" ]; then
configure_args+=" --enable-introspection"
makedepends+=" gobject-introspection"
else
configure_args+=" --disable-introspection"
fi
libxklavier-devel_package() {
depends="libglib-devel libxml2-devel>=2.7.8 ${sourcepkg}>=${version}_${revision}"
short_desc+=" -- development files"
pkg_install() {
vmove usr/include
vmove usr/share
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}