diff options
Diffstat (limited to 'acompiler/xorg-xf86-input-synaptics')
-rw-r--r-- | acompiler/xorg-xf86-input-synaptics/.footprint | 23 | ||||
-rw-r--r-- | acompiler/xorg-xf86-input-synaptics/.md5sum | 1 | ||||
-rw-r--r-- | acompiler/xorg-xf86-input-synaptics/Pkgfile | 19 |
3 files changed, 43 insertions, 0 deletions
diff --git a/acompiler/xorg-xf86-input-synaptics/.footprint b/acompiler/xorg-xf86-input-synaptics/.footprint new file mode 100644 index 000000000..2707f7105 --- /dev/null +++ b/acompiler/xorg-xf86-input-synaptics/.footprint @@ -0,0 +1,23 @@ +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/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/synclient.1.gz +-rw-r--r-- root/root usr/share/man/man1/syndaemon.1.gz +drwxr-xr-x root/root usr/share/man/man4/ +-rw-r--r-- root/root usr/share/man/man4/synaptics.4.gz diff --git a/acompiler/xorg-xf86-input-synaptics/.md5sum b/acompiler/xorg-xf86-input-synaptics/.md5sum new file mode 100644 index 000000000..c38247ef2 --- /dev/null +++ b/acompiler/xorg-xf86-input-synaptics/.md5sum @@ -0,0 +1 @@ +d8842f762bf3f20098c529136dac578c xf86-input-synaptics-1.2.2.tar.bz2 diff --git a/acompiler/xorg-xf86-input-synaptics/Pkgfile b/acompiler/xorg-xf86-input-synaptics/Pkgfile new file mode 100644 index 000000000..6d0488fcf --- /dev/null +++ b/acompiler/xorg-xf86-input-synaptics/Pkgfile @@ -0,0 +1,19 @@ +# Description: Synaptics touchpad input driver +# URL: http://xorg.freedesktop.org +# Maintainer: NuTyX core team +# Packager: lesibel at free dot fr +# Depends on: xorg-server + +name=xorg-xf86-input-synaptics +version=1.2.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 + + make + make DESTDIR=$PKG install +} |