mtdev: initial import

This commit is contained in:
Danny Rawlins 2012-07-16 06:55:52 +10:00
parent 8ad5d56dc6
commit 93f8909af6
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 @@
ee2474587ca4c4762f08388668fdab20 mtdev-1.1.2.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.2
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
}