30 lines
965 B
Bash
30 lines
965 B
Bash
# Template file for 'xf86-input-wacom'
|
|
pkgname=xf86-input-wacom
|
|
version=0.37.0
|
|
revision=1
|
|
lib32disabled=yes
|
|
build_style=gnu-configure
|
|
configure_args="--without-systemd-unit-dir --without-udev-rules-dir"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="xorg-server-devel libXrandr-devel libXinerama-devel libXi-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=9311cd1ff2a284a429a04c3c5d03ccbad83e76a58770668ac0f2d22740e05881
|
|
|
|
post_install() {
|
|
vinstall ${FILESDIR}/70-wacom.rules 644 usr/lib/udev/rules.d
|
|
}
|
|
|
|
xf86-input-wacom-devel_package() {
|
|
lib32disabled=yes
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|