summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xf86-input-synaptics
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:32:34 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:32:34 +0100
commitcb17cd4059ddc34f80912fc2aed72cbbedcff66a (patch)
treefe0da2267343aa876c8cd491e03a22f90299e631 /xorg/xorg-xf86-input-synaptics
parent2390179c5da490eae2024bc073f56f6b063a3e77 (diff)
downloadnutyx-extra-cb17cd4059ddc34f80912fc2aed72cbbedcff66a.tar.gz
nutyx-extra-cb17cd4059ddc34f80912fc2aed72cbbedcff66a.tar.bz2
nutyx-extra-cb17cd4059ddc34f80912fc2aed72cbbedcff66a.tar.xz
nutyx-extra-cb17cd4059ddc34f80912fc2aed72cbbedcff66a.zip
Ajout de xorg-xf86-input-synaptics#1.1.3-1
Diffstat (limited to 'xorg/xorg-xf86-input-synaptics')
-rw-r--r--xorg/xorg-xf86-input-synaptics/.footprint22
-rw-r--r--xorg/xorg-xf86-input-synaptics/.md5sum1
-rw-r--r--xorg/xorg-xf86-input-synaptics/Pkgfile18
3 files changed, 41 insertions, 0 deletions
diff --git a/xorg/xorg-xf86-input-synaptics/.footprint b/xorg/xorg-xf86-input-synaptics/.footprint
new file mode 100644
index 000000000..82f78f5da
--- /dev/null
+++ b/xorg/xorg-xf86-input-synaptics/.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/synclient
+-rwxr-xr-x root/root usr/bin/syndaemon
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/xorg/
+-rw-r--r-- root/root usr/include/xorg/synaptics-properties.h
+-rw-r--r-- root/root usr/include/xorg/synaptics.h
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/xorg-synaptics.pc
+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/synaptics_drv.la
+-rwxr-xr-x root/root usr/lib/xorg/modules/input/synaptics_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/synclient.1.gz
+-rw-r--r-- root/root usr/man/man1/syndaemon.1.gz
+drwxr-xr-x root/root usr/man/man4/
+-rw-r--r-- root/root usr/man/man4/synaptics.4.gz
diff --git a/xorg/xorg-xf86-input-synaptics/.md5sum b/xorg/xorg-xf86-input-synaptics/.md5sum
new file mode 100644
index 000000000..c1da7ba3e
--- /dev/null
+++ b/xorg/xorg-xf86-input-synaptics/.md5sum
@@ -0,0 +1 @@
+fa002949c6b4cdd5a4f792e5dbb824f5 xf86-input-synaptics-1.1.3.tar.bz2
diff --git a/xorg/xorg-xf86-input-synaptics/Pkgfile b/xorg/xorg-xf86-input-synaptics/Pkgfile
new file mode 100644
index 000000000..ec329626e
--- /dev/null
+++ b/xorg/xorg-xf86-input-synaptics/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Synaptics touchpad input driver
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-server
+
+name=xorg-xf86-input-synaptics
+version=1.1.3
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-synaptics-$version.tar.bz2)
+
+build() {
+ cd xf86-input-synaptics-$version
+
+ ./configure --prefix=/usr --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}