xf86-input-wacom: switch to /usr.

This commit is contained in:
Juan RP 2012-07-09 23:02:37 +02:00
parent c9558af699
commit 72740e5c71

View file

@ -1,21 +1,19 @@
# Template build file for 'xf86-input-wacom'.
pkgname=xf86-input-wacom
version=0.14.0
distfiles="${SOURCEFORGE_SITE}/linuxwacom/$pkgname-$version.tar.bz2"
revision=2
build_style=gnu-configure
subpackages="$pkgname-devel"
depends="xorg-server"
makedepends="xorg-server-devel libXrandr-devel libXinerama-devel libXi-devel"
revision=1
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."
subpackages="$pkgname-devel"
post_install() {
vinstall ${FILESDIR}/70-wacom.rules 644 lib/udev/rules.d
vinstall ${FILESDIR}/70-wacom.rules 644 usr/lib/udev/rules.d
}