void-packages/srcpkgs/xf86-input-wacom/template
2012-07-09 23:02:37 +02:00

20 lines
657 B
Plaintext

# Template build file for 'xf86-input-wacom'.
pkgname=xf86-input-wacom
version=0.14.0
revision=2
build_style=gnu-configure
subpackages="$pkgname-devel"
depends="xorg-server"
makedepends="xorg-server-devel libXrandr-devel libXinerama-devel libXi-devel"
short_desc="Xorg Wacom tablet input driver"
maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="${SOURCEFORGE_SITE}/linuxwacom/$pkgname-$version.tar.bz2"
checksum=929817ec7979d87432226245c687a1fdd211dcd3057c9d10dce72a933d80a69e
long_desc="
This package provides the Xorg event device input driver for the
Wacom tablets."
post_install() {
vinstall ${FILESDIR}/70-wacom.rules 644 usr/lib/udev/rules.d
}