vp-build/srcpkgs/xf86-input-wacom/template

30 lines
882 B
Bash

# Template file for 'xf86-input-wacom'
pkgname=xf86-input-wacom
version=0.34.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-22_1"
short_desc="Xorg Wacom tablet input driver"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://xorg.freedesktop.org"
license="GPL-2"
distfiles="${SOURCEFORGE_SITE}/linuxwacom/${pkgname}-${version}.tar.bz2"
checksum=f15d8e4f3bf3a5b2db0b3f9c9565361b084896c3cb54ac11b8de5e405f9cb045
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
}
}