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