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
|
2014-04-01 15:41:06 +02:00
|
|
|
revision=4
|
|
|
|
lib32disabled=yes
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2013-07-05 09:45:26 +02:00
|
|
|
hostmakedepends="pkg-config"
|
2013-12-29 10:13:58 +01:00
|
|
|
makedepends="xorg-server-devel>=1.15<1.16"
|
2014-02-02 09:34:38 +01:00
|
|
|
depends="xserver-abi-input-20_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
|
|
|
|
2014-02-14 15:03:47 +01:00
|
|
|
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
|
|
|
|
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
|
|
|
|
}
|