xorg-xf86-input-acecad: removed, unmaintained by upstream as of xorg 7.7

This commit is contained in:
Juergen Daubert 2012-07-13 13:33:25 +02:00
parent 87919e3e71
commit 8b167ea6b3
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/acecad_drv.la
-rwxr-xr-x root/root usr/lib/xorg/modules/input/acecad_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/acecad.4.gz

View File

@ -1 +0,0 @@
a03721cae66c475e5f6513fa51142869 xf86-input-acecad-1.5.0.tar.bz2

View File

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