22 lines
687 B
Text
22 lines
687 B
Text
# Template build file for 'xf86-input-vmmouse'.
|
|
pkgname=xf86-input-vmmouse
|
|
version=13.0.0
|
|
revision=5
|
|
lib32disabled=yes
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="xorg-server-devel>=1.16<1.17"
|
|
depends="virtual?xserver-abi-input-21_1"
|
|
short_desc="Xorg VMware virtual mouse input driver"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://xorg.freedesktop.org"
|
|
license="MIT"
|
|
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2"
|
|
checksum=04cfb60366008d4db815c550d8fb8d0a4270c75fa7a20fa3bddc9ecbd355612c
|
|
|
|
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
|
|
|
post_install() {
|
|
# Remove HAL stuff, it's obsolete.
|
|
rm -rf ${DESTDIR}/usr/{lib,share}/hal
|
|
}
|