From cb17cd4059ddc34f80912fc2aed72cbbedcff66a Mon Sep 17 00:00:00 2001 From: Thierry N Date: Tue, 27 Oct 2009 22:32:34 +0100 Subject: Ajout de xorg-xf86-input-synaptics#1.1.3-1 --- xorg/xorg-xf86-input-synaptics/.footprint | 22 ++++++++++++++++++++++ xorg/xorg-xf86-input-synaptics/.md5sum | 1 + xorg/xorg-xf86-input-synaptics/Pkgfile | 18 ++++++++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 xorg/xorg-xf86-input-synaptics/.footprint create mode 100644 xorg/xorg-xf86-input-synaptics/.md5sum create mode 100644 xorg/xorg-xf86-input-synaptics/Pkgfile (limited to 'xorg') 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 +} -- cgit v1.2.3-54-g00ecf