xorg-xf86-input-void: removed

see http://lists.x.org/archives/xorg-announce/2015-April/002585.html
This commit is contained in:
Juergen Daubert 2015-04-25 15:21:26 +02:00
parent 49a693ef62
commit 58df9e6631
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/void_drv.la
-rwxr-xr-x root/root usr/lib/xorg/modules/input/void_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/void.4.gz

View File

@ -1 +0,0 @@
93821f21e807260b05431c62437a8b32 xf86-input-void-1.4.0.tar.bz2

View File

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