21 lines
644 B
Plaintext
21 lines
644 B
Plaintext
# Template build file for 'xf86-input-wacom'.
|
|
pkgname=xf86-input-wacom
|
|
version=0.14.0
|
|
distfiles="${SOURCEFORGE_SITE}/linuxwacom/$pkgname-$version.tar.bz2"
|
|
build_style=gnu-configure
|
|
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>"
|
|
checksum=929817ec7979d87432226245c687a1fdd211dcd3057c9d10dce72a933d80a69e
|
|
long_desc="
|
|
This package provides the Xorg event device input driver for the
|
|
Wacom tablets."
|
|
|
|
subpackages="$pkgname-devel"
|
|
|
|
|
|
post_install() {
|
|
vinstall ${FILESDIR}/70-wacom.rules 644 lib/udev/rules.d
|
|
}
|