35 lines
1.1 KiB
Bash
35 lines
1.1 KiB
Bash
# Template file for 'libwacom'
|
|
pkgname=libwacom
|
|
version=1.9
|
|
revision=1
|
|
build_style=meson
|
|
build_helper="qemu"
|
|
configure_args="-Ddocumentation=disabled -Dexe_wrapper=qemu-${XBPS_TARGET_QEMU_MACHINE}-static"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="gtk+-devel libgudev-devel librsvg-devel libxml2-devel"
|
|
checkdepends="python3-pytest python3-libevdev python3-pyudev"
|
|
short_desc="Library to identify wacom tablets"
|
|
maintainer="skmpz <dem.procopiou@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/linuxwacom/libwacom"
|
|
changelog="https://raw.githubusercontent.com/linuxwacom/libwacom/master/NEWS"
|
|
distfiles="https://github.com/linuxwacom/libwacom/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.bz2"
|
|
checksum=68b14d4e3b75fed9f590bf6eaea361a72dc23e933b7725094c779477acf665c7
|
|
|
|
if [ -z "${XBPS_CHECK_PKGS}" ]; then
|
|
configure_args+=" -Dtests=disabled"
|
|
fi
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|
|
|
|
libwacom-devel_package() {
|
|
depends="libgudev-devel ${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|