summaryrefslogtreecommitdiff
path: root/mtdev
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2014-05-20 15:49:31 +0200
committerJuergen Daubert <jue@jue.li>2014-05-20 15:49:31 +0200
commit51435b4fc19f20c62801b54998894088d1478a6f (patch)
tree8e8da937ec0bd9e54bdb92c67a94019cb3f80e85 /mtdev
parent2b41193f3f66835928c5cde6a911991156ae601f (diff)
downloadxorg-51435b4fc19f20c62801b54998894088d1478a6f.tar.gz
xorg-51435b4fc19f20c62801b54998894088d1478a6f.tar.xz
mtdev: removed, superseded by xorg-libevdev
Diffstat (limited to 'mtdev')
-rw-r--r--mtdev/.footprint15
-rw-r--r--mtdev/.md5sum1
-rw-r--r--mtdev/Pkgfile17
3 files changed, 0 insertions, 33 deletions
diff --git a/mtdev/.footprint b/mtdev/.footprint
deleted file mode 100644
index 59aa9576..00000000
--- a/mtdev/.footprint
+++ /dev/null
@@ -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
diff --git a/mtdev/.md5sum b/mtdev/.md5sum
deleted file mode 100644
index b7a39922..00000000
--- a/mtdev/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-8e703908db6ad1ee498a8c1289849713 mtdev-1.1.3.tar.gz
diff --git a/mtdev/Pkgfile b/mtdev/Pkgfile
deleted file mode 100644
index 29511d16..00000000
--- a/mtdev/Pkgfile
+++ /dev/null
@@ -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
-}

Generated by cgit