xorg-xf86-input-elo2300: removed.

It doesn't build against the current X server.
This commit is contained in:
Tilman Sauerbeck 2010-08-22 13:06:00 +02:00
parent 480b72ba86
commit 6265956bf1
3 changed files with 0 additions and 28 deletions

View File

@ -1,7 +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/elo2300_drv.la
-rwxr-xr-x root/root usr/lib/xorg/modules/input/elo2300_drv.so

View File

@ -1 +0,0 @@
611d0a77a80286bc926dd3c414e59555 xf86-input-elo2300-1.1.2.tar.bz2

View File

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