From d9db2a7fc4549b626c63c7a809b970427c336a35 Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Thu, 25 Sep 2008 13:48:22 +0200 Subject: [PATCH] xorg-xf86-input-synaptics: initial release. --- xorg-xf86-input-synaptics/.footprint | 16 ++++++++++++++++ xorg-xf86-input-synaptics/.md5sum | 1 + xorg-xf86-input-synaptics/Pkgfile | 17 +++++++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 xorg-xf86-input-synaptics/.footprint create mode 100644 xorg-xf86-input-synaptics/.md5sum create mode 100644 xorg-xf86-input-synaptics/Pkgfile diff --git a/xorg-xf86-input-synaptics/.footprint b/xorg-xf86-input-synaptics/.footprint new file mode 100644 index 00000000..b93af1af --- /dev/null +++ b/xorg-xf86-input-synaptics/.footprint @@ -0,0 +1,16 @@ +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/lib/ +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-xf86-input-synaptics/.md5sum b/xorg-xf86-input-synaptics/.md5sum new file mode 100644 index 00000000..7b2f2c33 --- /dev/null +++ b/xorg-xf86-input-synaptics/.md5sum @@ -0,0 +1 @@ +54565b65d115e8659ea061ef32809ed2 xf86-input-synaptics-0.15.2.tar.bz2 diff --git a/xorg-xf86-input-synaptics/Pkgfile b/xorg-xf86-input-synaptics/Pkgfile new file mode 100644 index 00000000..60a278b7 --- /dev/null +++ b/xorg-xf86-input-synaptics/Pkgfile @@ -0,0 +1,17 @@ +# Description: Synaptics touchpad input driver +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu + +name=xorg-xf86-input-synaptics +version=0.15.2 +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 +}