25 lines
671 B
Text
25 lines
671 B
Text
# Template build file for 'xf86-input-vmmouse'.
|
|
pkgname=xf86-input-vmmouse
|
|
version=13.0.0
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="xorg-server-devel>=1.14"
|
|
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
|
|
|
|
post_install() {
|
|
# Remove HAL stuff, it's obsolete.
|
|
rm -rf ${DESTDIR}/usr/{lib,share}/hal
|
|
}
|
|
|
|
xf86-input-vmmouse_package() {
|
|
depends="xserver-abi-input-19_1"
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
}
|