xorg-xf86-input-synaptics: initial release.

This commit is contained in:
Tilman Sauerbeck 2008-09-25 13:48:22 +02:00
parent 1fdd2407ec
commit d9db2a7fc4
3 changed files with 34 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1 @@
54565b65d115e8659ea061ef32809ed2 xf86-input-synaptics-0.15.2.tar.bz2

View File

@ -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
}