blob: e2431f4d7d960300c027bb6568fe34285ed80f19 (
plain)
1 # Description: xorg driver xf86-input-microtouch
2 # URL: http://xorg.freedesktop.org
3 # Maintainer: Tilman Sauerbeck, tilman at crux dot nu
4
5 name=xorg-xf86-input-microtouch
6 version=1.2.0
7 release=1
8 source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-microtouch-$version.tar.bz2)
9
10 build() {
11 cd xf86-input-microtouch-$version
12
13 ./configure --prefix=/usr --mandir=/usr/man
14
15 make
16 make DESTDIR=$PKG install
17 }
|