26 lines
878 B
Bash
26 lines
878 B
Bash
# Template file for 'xf86-input-wacom'
|
|
pkgname=xf86-input-wacom
|
|
version=0.39.0
|
|
revision=1
|
|
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=12bf826e21bb61a9569be434e04cb1fcc68f7d8185a847ce899163f3152a1387
|
|
lib32disabled=yes
|
|
|
|
xf86-input-wacom-devel_package() {
|
|
lib32disabled=yes
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|