mtdev: added to xorg again, new dependency of xorg-xf86-input-evdev

This commit is contained in:
Juergen Daubert 2015-10-28 12:46:43 +01:00
parent 24e253e4d9
commit 121d3ba85f
3 changed files with 33 additions and 0 deletions

15
mtdev/.footprint Normal file
View File

@ -0,0 +1,15 @@
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

1
mtdev/.md5sum Normal file
View File

@ -0,0 +1 @@
7fdbc6d16cf6fcc2c5c4537f84141cf8 mtdev-1.1.5.tar.gz

17
mtdev/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# 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.5
release=1
source=(http://launchpad.net/$name/trunk/$version/+download/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}