23 lines
660 B
Bash
23 lines
660 B
Bash
# Template file for 'xf86-input-vmmouse'
|
|
pkgname=xf86-input-vmmouse
|
|
version=13.2.0
|
|
revision=1
|
|
archs="i686* x86_64*"
|
|
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="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org"
|
|
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.gz"
|
|
checksum=5fa6cb6c0523737266684b216dacbe7f0b2c8dba962bd188369d4e854ed7bfa9
|
|
lib32disabled=yes
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
# Remove HAL stuff, it's obsolete.
|
|
rm -rf ${DESTDIR}/usr/{lib,share}/hal
|
|
}
|