summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:34:01 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:34:01 +0100
commitf8217c75be13ec22e7d9dcd7b49b72dec7e48fd0 (patch)
tree26cf87ce0073b165e80b881a4c15c72ec9527fcf
parent57a855661ce07f598030bd8faaad26e0def2f8d7 (diff)
downloadnutyx-extra-f8217c75be13ec22e7d9dcd7b49b72dec7e48fd0.tar.gz
nutyx-extra-f8217c75be13ec22e7d9dcd7b49b72dec7e48fd0.tar.bz2
nutyx-extra-f8217c75be13ec22e7d9dcd7b49b72dec7e48fd0.tar.xz
nutyx-extra-f8217c75be13ec22e7d9dcd7b49b72dec7e48fd0.zip
Ajout de xorg-xf86-input-vmmouse#12.6.4-1
-rw-r--r--xorg/xorg-xf86-input-vmmouse/.footprint22
-rw-r--r--xorg/xorg-xf86-input-vmmouse/.md5sum1
-rw-r--r--xorg/xorg-xf86-input-vmmouse/Pkgfile18
3 files changed, 41 insertions, 0 deletions
diff --git a/xorg/xorg-xf86-input-vmmouse/.footprint b/xorg/xorg-xf86-input-vmmouse/.footprint
new file mode 100644
index 000000000..66581abf1
--- /dev/null
+++ b/xorg/xorg-xf86-input-vmmouse/.footprint
@@ -0,0 +1,22 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/vmmouse_detect
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/hal/
+-rwxr-xr-x root/root usr/lib/hal/hal-probe-vmmouse
+drwxr-xr-x root/root usr/lib/xorg/
+drwxr-xr-x root/root usr/lib/xorg/modules/
+drwxr-xr-x root/root usr/lib/xorg/modules/input/
+-rwxr-xr-x root/root usr/lib/xorg/modules/input/vmmouse_drv.la
+-rwxr-xr-x root/root usr/lib/xorg/modules/input/vmmouse_drv.so
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/vmmouse_detect.1.gz
+drwxr-xr-x root/root usr/man/man4/
+-rw-r--r-- root/root usr/man/man4/vmmouse.4.gz
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/hal/
+drwxr-xr-x root/root usr/share/hal/fdi/
+drwxr-xr-x root/root usr/share/hal/fdi/policy/
+drwxr-xr-x root/root usr/share/hal/fdi/policy/20thirdparty/
+-rw-r--r-- root/root usr/share/hal/fdi/policy/20thirdparty/11-x11-vmmouse.fdi
diff --git a/xorg/xorg-xf86-input-vmmouse/.md5sum b/xorg/xorg-xf86-input-vmmouse/.md5sum
new file mode 100644
index 000000000..22356d243
--- /dev/null
+++ b/xorg/xorg-xf86-input-vmmouse/.md5sum
@@ -0,0 +1 @@
+df950f43c46895b5015cea759866da31 xf86-input-vmmouse-12.6.4.tar.bz2
diff --git a/xorg/xorg-xf86-input-vmmouse/Pkgfile b/xorg/xorg-xf86-input-vmmouse/Pkgfile
new file mode 100644
index 000000000..5d631a106
--- /dev/null
+++ b/xorg/xorg-xf86-input-vmmouse/Pkgfile
@@ -0,0 +1,18 @@
+# Description: xorg driver xf86-input-vmmouse
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-server
+
+name=xorg-xf86-input-vmmouse
+version=12.6.4
+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
+
+ make
+ make DESTDIR=$PKG install
+}