CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
mtdev: added arch maintaner
authorVictor Martinez <pitillo@ono.com>
Tue, 9 Aug 2016 15:06:17 +0000 (15:06 +0000)
committerVictor Martinez <pitillo@ono.com>
Tue, 9 Aug 2016 15:06:17 +0000 (15:06 +0000)
mtdev/.footprint [new file with mode: 0644]
mtdev/.md5sum [new file with mode: 0644]
mtdev/Pkgfile [new file with mode: 0644]

diff --git a/mtdev/.footprint b/mtdev/.footprint
new file mode 100644 (file)
index 0000000..59aa957
--- /dev/null
@@ -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 (file)
index 0000000..02367df
--- /dev/null
@@ -0,0 +1 @@
+7fdbc6d16cf6fcc2c5c4537f84141cf8  mtdev-1.1.5.tar.gz
diff --git a/mtdev/Pkgfile b/mtdev/Pkgfile
new file mode 100644 (file)
index 0000000..2fdcfaa
--- /dev/null
@@ -0,0 +1,19 @@
+# Description: Kernel multi-touch transformation library
+# URL: http://launchpad.net/mtdev
+# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm 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 \
+              --build=aarch64-unknown-linux-gnueabi
+
+  make
+  make DESTDIR=$PKG install
+}