xorg-xf86-input-vmmouse: update to 13.1.0

This commit is contained in:
Juergen Daubert 2015-06-26 18:06:05 +02:00
parent ba377c7678
commit bb9e62cb20
2 changed files with 6 additions and 3 deletions

View File

@ -1 +1 @@
34f9f64ee6a1a51fc8266a9af24e1e07 xf86-input-vmmouse-13.0.0.tar.bz2
85e2e464b7219c495ad3a16465c226ed xf86-input-vmmouse-13.1.0.tar.bz2

View File

@ -4,14 +4,17 @@
# Depends on: xorg-server
name=xorg-xf86-input-vmmouse
version=13.0.0
version=13.1.0
release=1
source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-vmmouse-$version.tar.bz2)
build() {
cd xf86-input-vmmouse-$version
./configure --prefix=/usr --mandir=/usr/man
./configure \
--prefix=/usr \
--mandir=/usr/man \
--with-udev-rules-dir=/lib/udev/rules.d
make
make DESTDIR=$PKG install