void-packages/srcpkgs/xf86-input-wacom/template

25 lines
843 B
Bash

# Template file for 'xf86-input-wacom'
pkgname=xf86-input-wacom
version=1.2.2
revision=1
build_style=meson
hostmakedepends="pkg-config"
makedepends="xorg-server-devel libXrandr-devel libXinerama-devel libXi-devel eudev-libudev-devel"
depends="virtual?xserver-abi-input-24_1"
short_desc="Xorg Wacom tablet input driver"
maintainer="classabbyamp <void@placeviolette.net>"
license="GPL-2.0-only"
homepage="https://github.com/linuxwacom/xf86-input-wacom"
distfiles="https://github.com/linuxwacom/xf86-input-wacom/releases/download/xf86-input-wacom-${version}/xf86-input-wacom-${version}.tar.bz2"
checksum=70771033543097e6c616a39ae8bb40fd0e991a25560ed10c65b33756c3061511
lib32disabled=yes
xf86-input-wacom-devel_package() {
lib32disabled=yes
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
}
}