summaryrefslogtreecommitdiffstats
path: root/xorg-xf86-input-synaptics/Pkgfile
blob: b6718fa7c0c63be940ca4c65730601cca0bcc8a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
}