void-packages/srcpkgs/xf86-input-wacom/template
2017-04-03 20:51:45 +02:00

29 lines
882 B
Bash

# Template file for 'xf86-input-wacom'
pkgname=xf86-input-wacom
version=0.34.2
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-24_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=2ad1b9db141104370aef4966aae419dde915caea316e1df2c6ac063545706b1c
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
}
}