xorg-xf86-input-palmax: removed.

It doesn't build against the current X server.
This commit is contained in:
Tilman Sauerbeck 2010-08-22 13:08:25 +02:00
parent c774e2ad22
commit 441f551cb9
3 changed files with 0 additions and 29 deletions

View File

@ -1,10 +0,0 @@
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/palmax_drv.la
-rwxr-xr-x root/root usr/lib/xorg/modules/input/palmax_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/palmax.4.gz

View File

@ -1 +0,0 @@
9655d2235569c5a6ac321c6fb89a6f3b xf86-input-palmax-1.2.0.tar.bz2

View File

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