32 lines
841 B
Text
32 lines
841 B
Text
# Template build file for 'xf86-input-wacom'.
|
|
pkgname=xf86-input-wacom
|
|
version=0.22.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="xorg-server-devel>=1.14 libXrandr-devel libXinerama-devel libXi-devel"
|
|
short_desc="Xorg Wacom tablet input driver"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://xorg.freedesktop.org"
|
|
license="MIT"
|
|
distfiles="${SOURCEFORGE_SITE}/linuxwacom/${pkgname}-${version}.tar.bz2"
|
|
checksum=1685ee90b17d9c6ef613e56417d93f7f16404acd30d2bc681b67bbac0af547d4
|
|
|
|
post_install() {
|
|
vinstall ${FILESDIR}/70-wacom.rules 644 usr/lib/udev/rules.d
|
|
}
|
|
|
|
xf86-input-wacom-devel_package() {
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|
|
|
|
xf86-input-wacom_package() {
|
|
depends="xserver-abi-input-19_1"
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
}
|