24 lines
669 B
Bash
24 lines
669 B
Bash
# Template build file for 'xf86-input-vmmouse'.
|
|
pkgname=xf86-input-vmmouse
|
|
version=13.1.0
|
|
revision=3
|
|
lib32disabled=yes
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="xorg-server-devel"
|
|
depends="virtual?xserver-abi-input-24_1"
|
|
short_desc="Xorg VMware virtual mouse input driver"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
homepage="http://xorg.freedesktop.org"
|
|
license="MIT"
|
|
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2"
|
|
checksum=0af558957ac1be1b2863712c2475de8f4d7f14921fd01ded2e2fde4921b19319
|
|
|
|
archs="i686* x86_64*"
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
# Remove HAL stuff, it's obsolete.
|
|
rm -rf ${DESTDIR}/usr/{lib,share}/hal
|
|
}
|