2008-10-07 06:09:26 +02:00
|
|
|
# Template build file for 'xf86-input-vmmouse'.
|
|
|
|
pkgname=xf86-input-vmmouse
|
2013-01-16 08:25:52 +01:00
|
|
|
version=13.0.0
|
|
|
|
revision=1
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2012-12-16 21:11:11 +01:00
|
|
|
makedepends="xorg-server-devel>=1.13.1"
|
2009-03-31 08:07:45 +02:00
|
|
|
short_desc="Xorg VMware virtual mouse input driver"
|
2008-10-07 06:09:26 +02:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-01-16 08:25:52 +01:00
|
|
|
homepage="http://xorg.freedesktop.org"
|
|
|
|
license="MIT"
|
2012-12-16 21:11:11 +01:00
|
|
|
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2"
|
2013-01-16 08:25:52 +01:00
|
|
|
checksum=04cfb60366008d4db815c550d8fb8d0a4270c75fa7a20fa3bddc9ecbd355612c
|
2009-03-26 18:07:56 +01:00
|
|
|
|
2012-03-13 14:44:18 +01:00
|
|
|
post_install() {
|
2011-02-21 11:48:30 +01:00
|
|
|
# Remove HAL stuff, it's obsolete.
|
|
|
|
rm -rf ${DESTDIR}/usr/{lib,share}/hal
|
|
|
|
}
|
2013-04-14 18:42:25 +02:00
|
|
|
|
|
|
|
xf86-input-vmmouse_package() {
|
|
|
|
depends="xserver-abi-input>=18<19"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|