void-packages/srcpkgs/xf86-input-wacom/template
2019-11-09 23:00:51 +01:00

25 lines
878 B
Bash

# Template file for 'xf86-input-wacom'
pkgname=xf86-input-wacom
version=0.38.0
revision=1
lib32disabled=yes
build_style=gnu-configure
configure_args="--without-systemd-unit-dir"
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="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only"
homepage="https://github.com/linuxwacom/xf86-input-wacom"
distfiles="https://github.com/linuxwacom/xf86-input-wacom/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.bz2"
checksum=a1cd08dfb92eb770353b838561a0d89e06a54f599c808ec4d8bbb4f3c686a370
xf86-input-wacom-devel_package() {
lib32disabled=yes
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
}
}