Revert "xorg-xf86-input-aiptek: removed"

This reverts commit 088047d11a899198d6785e0be6ddbffbc0470e25.
This commit is contained in:
Tilman Sauerbeck 2010-08-22 13:22:57 +02:00
parent 079e46fccb
commit a265a9f485
3 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,10 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/xorg/
drwxr-xr-x root/root usr/lib/xorg/modules/
drwxr-xr-x root/root usr/lib/xorg/modules/input/
-rwxr-xr-x root/root usr/lib/xorg/modules/input/aiptek_drv.la
-rwxr-xr-x root/root usr/lib/xorg/modules/input/aiptek_drv.so
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man4/
-rw-r--r-- root/root usr/man/man4/aiptek.4.gz

View File

@ -0,0 +1 @@
951b2b1a270f67d28e2e89fd2b9f15ae xf86-input-aiptek-1.0.1.tar.bz2

View File

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