From 1fa6afb7311322fa5c2b9c22a9a37c810a2b3418 Mon Sep 17 00:00:00 2001 From: Lukc Date: Sat, 18 Dec 2010 23:16:03 +0100 Subject: Import automatique des recettes de Crux. (git://crux.nu/ports/xorg.git - branche 2.7) --- xorg-xf86-input-synaptics/.footprint | 26 ++++++++++++++++++++++++++ xorg-xf86-input-synaptics/.md5sum | 1 + xorg-xf86-input-synaptics/Pkgfile | 17 +++++++++++++++++ xorg-xf86-input-synaptics/Pkgfile.old | 18 ++++++++++++++++++ 4 files changed, 62 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 create mode 100644 xorg-xf86-input-synaptics/Pkgfile.old (limited to 'xorg-xf86-input-synaptics') diff --git a/xorg-xf86-input-synaptics/.footprint b/xorg-xf86-input-synaptics/.footprint new file mode 100644 index 0000000..5775cac --- /dev/null +++ b/xorg-xf86-input-synaptics/.footprint @@ -0,0 +1,26 @@ +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 +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/X11/ +drwxr-xr-x root/root usr/share/X11/xorg.conf.d/ +-rw-r--r-- root/root usr/share/X11/xorg.conf.d/50-synaptics.conf diff --git a/xorg-xf86-input-synaptics/.md5sum b/xorg-xf86-input-synaptics/.md5sum new file mode 100644 index 0000000..c5cabd9 --- /dev/null +++ b/xorg-xf86-input-synaptics/.md5sum @@ -0,0 +1 @@ +b4e58eba1bdca13f0929a4b03b262135 xf86-input-synaptics-1.3.0.tar.bz2 diff --git a/xorg-xf86-input-synaptics/Pkgfile b/xorg-xf86-input-synaptics/Pkgfile new file mode 100644 index 0000000..b6718fa --- /dev/null +++ b/xorg-xf86-input-synaptics/Pkgfile @@ -0,0 +1,17 @@ +description="Synaptics touchpad input driver" +packager="" +maintainer="Tilman Sauerbeck, tilman at crux dot nu" +url="http://xorg.freedesktop.org" +depends=(xorg-server) + +name=xorg-xf86-input-synaptics +version=1.3.0 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-synaptics-1.3.0.tar.bz2) +build () +{ + cd xf86-input-synaptics-$version; + ./configure --prefix=/usr --mandir=$mandir; + make; + make DESTDIR=$PKG install +} diff --git a/xorg-xf86-input-synaptics/Pkgfile.old b/xorg-xf86-input-synaptics/Pkgfile.old new file mode 100644 index 0000000..c7351b6 --- /dev/null +++ b/xorg-xf86-input-synaptics/Pkgfile.old @@ -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.3.0 +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