mtdev: removed, superseded by xorg-libevdev

This commit is contained in:
Juergen Daubert 2014-05-20 15:49:31 +02:00
parent 2b41193f3f
commit 51435b4fc1
3 changed files with 0 additions and 33 deletions

View File

@ -1,15 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/mtdev-test
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/mtdev-mapping.h
-rw-r--r-- root/root usr/include/mtdev-plumbing.h
-rw-r--r-- root/root usr/include/mtdev.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libmtdev.a
-rwxr-xr-x root/root usr/lib/libmtdev.la
lrwxrwxrwx root/root usr/lib/libmtdev.so -> libmtdev.so.1.0.0
lrwxrwxrwx root/root usr/lib/libmtdev.so.1 -> libmtdev.so.1.0.0
-rwxr-xr-x root/root usr/lib/libmtdev.so.1.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/mtdev.pc

View File

@ -1 +0,0 @@
8e703908db6ad1ee498a8c1289849713 mtdev-1.1.3.tar.gz

View File

@ -1,17 +0,0 @@
# Description: Kernel multi-touch transformation library
# URL: http://launchpad.net/mtdev
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
name=mtdev
version=1.1.3
release=1
source=(http://launchpad.net/$name/trunk/$version/+download/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}