diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 22:32:34 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 22:32:34 +0100 |
commit | cb17cd4059ddc34f80912fc2aed72cbbedcff66a (patch) | |
tree | fe0da2267343aa876c8cd491e03a22f90299e631 /xorg/xorg-xf86-input-synaptics/Pkgfile | |
parent | 2390179c5da490eae2024bc073f56f6b063a3e77 (diff) | |
download | nutyx-pakxe-cb17cd4059ddc34f80912fc2aed72cbbedcff66a.tar.gz nutyx-pakxe-cb17cd4059ddc34f80912fc2aed72cbbedcff66a.tar.bz2 nutyx-pakxe-cb17cd4059ddc34f80912fc2aed72cbbedcff66a.tar.xz nutyx-pakxe-cb17cd4059ddc34f80912fc2aed72cbbedcff66a.zip |
Ajout de xorg-xf86-input-synaptics#1.1.3-1
Diffstat (limited to 'xorg/xorg-xf86-input-synaptics/Pkgfile')
-rw-r--r-- | xorg/xorg-xf86-input-synaptics/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
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 +} |