summaryrefslogtreecommitdiff
path: root/libs/mtdev
diff options
context:
space:
mode:
Diffstat (limited to 'libs/mtdev')
-rw-r--r--libs/mtdev/.footprint14
-rw-r--r--libs/mtdev/.signature6
-rw-r--r--libs/mtdev/MAKEPKG27
3 files changed, 47 insertions, 0 deletions
diff --git a/libs/mtdev/.footprint b/libs/mtdev/.footprint
new file mode 100644
index 0000000..69d8c22
--- /dev/null
+++ b/libs/mtdev/.footprint
@@ -0,0 +1,14 @@
+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.so.1.0.0
+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
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/mtdev.pc
diff --git a/libs/mtdev/.signature b/libs/mtdev/.signature
new file mode 100644
index 0000000..8eda9a9
--- /dev/null
+++ b/libs/mtdev/.signature
@@ -0,0 +1,6 @@
+RWTZ9IduCSQ/mAkB2cDVdG4e39ReerFQ507Bwv6w7btej23meZ8+t0BLu3Hqd0wUOSnhu3f+qipawb0ytqbkdHPi2Um7SJqexQQ=
+
+SHA256 (MAKEPKG) = 20147eeb853075ae9fe9b4b4ac07c87a6c02dabb639954f06e1c374e09868903
+SHA256 (.footprint) = 8ccd81176afd27c24c2635718f343ede9803d27f740cac36b733a1cb12227fd8
+SHA256 (mtdev-1.1.7.tar.bz2) = a107adad2101fecac54ac7f9f0e0a0dd155d954193da55c2340c97f2ff1d814e
+SHA256 (mtdev#1.1.7-1.pkg.tar.gz) = 187f8a894b9f1702827c7d9ca2b1689a1c002e6568e79b8195fe6712037bbc22
diff --git a/libs/mtdev/MAKEPKG b/libs/mtdev/MAKEPKG
new file mode 100644
index 0000000..ba90433
--- /dev/null
+++ b/libs/mtdev/MAKEPKG
@@ -0,0 +1,27 @@
+#!/bin/mkpkg
+# description: Kernel multi-touch transformation library
+# url: https://bitmath.org/code/mtdev/
+
+name=mtdev
+version=1.1.7
+release=1
+source=(https://bitmath.org/code/mtdev/$name-$version.tar.bz2)
+
+sha256sums=(
+ "a107adad2101fecac54ac7f9f0e0a0dd155d954193da55c2340c97f2ff1d814e"
+)
+
+build() {
+ cd $name-$version
+
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
+
+signify() {
+ untrusted comment: public key
+ RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3
+}
+
+# vim: filetype=sh