From: Victor Martinez Date: Tue, 9 Aug 2016 15:06:17 +0000 (+0000) Subject: mtdev: added arch maintaner X-Git-Url: http://gitweb/?a=commitdiff_plain;h=e2566eff238d8b4b7f0ac50a5386dc48cb4ff5d6;p=ports%2Fxorg-arm64.git mtdev: added arch maintaner --- diff --git a/mtdev/.footprint b/mtdev/.footprint new file mode 100644 index 0000000..59aa957 --- /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 0000000..02367df --- /dev/null +++ b/mtdev/.md5sum @@ -0,0 +1 @@ +7fdbc6d16cf6fcc2c5c4537f84141cf8 mtdev-1.1.5.tar.gz diff --git a/mtdev/Pkgfile b/mtdev/Pkgfile new file mode 100644 index 0000000..2fdcfaa --- /dev/null +++ b/mtdev/Pkgfile @@ -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 +}