30 lines
873 B
Bash
30 lines
873 B
Bash
# Template file for 'xf86-input-wacom'
|
|
pkgname=xf86-input-wacom
|
|
version=0.36.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="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="https://www.x.org/"
|
|
license="GPL-2"
|
|
distfiles="${SOURCEFORGE_SITE}/linuxwacom/${pkgname}-${version}.tar.bz2"
|
|
checksum=eae7c5d2872b1433c8d679bb42b00213403eb2a0544c514f4df2b586284c23f6
|
|
|
|
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
|
|
}
|
|
}
|