diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2012-07-16 06:55:52 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2012-07-16 06:55:52 +1000 |
commit | 93f8909af6261a63e5bd2f74667d1b8e5b233cc5 (patch) | |
tree | 19c24ff42432187e08368d9d7a442e20a8fc5dd9 /mtdev | |
parent | 8ad5d56dc695711e1134187bd4fd440545a693b9 (diff) | |
download | xorg-93f8909af6261a63e5bd2f74667d1b8e5b233cc5.tar.gz xorg-93f8909af6261a63e5bd2f74667d1b8e5b233cc5.tar.xz |
mtdev: initial import
Diffstat (limited to 'mtdev')
-rw-r--r-- | mtdev/.footprint | 15 | ||||
-rw-r--r-- | mtdev/.md5sum | 1 | ||||
-rw-r--r-- | mtdev/Pkgfile | 17 |
3 files changed, 33 insertions, 0 deletions
diff --git a/mtdev/.footprint b/mtdev/.footprint new file mode 100644 index 00000000..59aa9576 --- /dev/null +++ b/mtdev/.footprint @@ -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 diff --git a/mtdev/.md5sum b/mtdev/.md5sum new file mode 100644 index 00000000..cbb3a092 --- /dev/null +++ b/mtdev/.md5sum @@ -0,0 +1 @@ +ee2474587ca4c4762f08388668fdab20 mtdev-1.1.2.tar.gz diff --git a/mtdev/Pkgfile b/mtdev/Pkgfile new file mode 100644 index 00000000..0428215f --- /dev/null +++ b/mtdev/Pkgfile @@ -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 +} |