xf86-input-vmmouse: switch to /usr.

This commit is contained in:
Juan RP 2012-07-09 23:41:52 +02:00
parent bbd77a5257
commit ccc83ce126
1 changed files with 4 additions and 1 deletions

View File

@ -1,10 +1,10 @@
# Template build file for 'xf86-input-vmmouse'.
pkgname=xf86-input-vmmouse
version=12.9.0
revision=2
build_style=gnu-configure
depends="xorg-server>=1.12"
makedepends="xorg-server-devel>=1.12"
revision=1
short_desc="Xorg VMware virtual mouse input driver"
maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
@ -15,4 +15,7 @@ long_desc="
post_install() {
# Remove HAL stuff, it's obsolete.
rm -rf ${DESTDIR}/usr/{lib,share}/hal
vmkdir usr/lib
vmove "lib/*" usr/lib
}