xorg/xorg-xf86-input-microtouch/Pkgfile
Tilman Sauerbeck fa19d4b331 initial import
2006-04-07 18:48:00 +02:00

18 lines
422 B
Plaintext

# Description: xorg driver xf86-input-microtouch
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
name=xorg-xf86-input-microtouch
version=1.0.0.5
release=1
source=(http://xorg.freedesktop.org/releases/X11R7.0/src/everything/xf86-input-microtouch-$version.tar.bz2)
build() {
cd xf86-input-microtouch-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}