xorg/xorg-xf86-input-microtouch/Pkgfile
2007-09-10 19:02:50 +02:00

18 lines
426 B
Plaintext

# Description: xorg driver xf86-input-microtouch
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
name=xorg-xf86-input-microtouch
version=1.1.1
release=1
source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-microtouch-$version.tar.bz2)
build() {
cd xf86-input-microtouch-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}