[arch-commits] Commit in (mtdev mtdev/repos mtdev/trunk mtdev/trunk/PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Wed Mar 14 17:54:22 UTC 2012


    Date: Wednesday, March 14, 2012 @ 13:54:22
  Author: andyrtr
Revision: 153463

add package required by xf86-input-synaptics, based on the AUR one

Added:
  mtdev/
  mtdev/repos/
  mtdev/trunk/
  mtdev/trunk/PKGBUILD

----------+
 PKGBUILD |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

Added: mtdev/trunk/PKGBUILD
===================================================================
--- mtdev/trunk/PKGBUILD	                        (rev 0)
+++ mtdev/trunk/PKGBUILD	2012-03-14 17:54:22 UTC (rev 153463)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: SpepS <dreamspepser at yahoo dot it>
+
+pkgname=mtdev
+pkgver=1.1.2
+pkgrel=1
+pkgdesc="A stand-alone library which transforms all variants of kernel MT events to the slotted type B protocol"
+arch=(i686 x86_64)
+url="http://bitmath.org/code/mtdev/"
+license=('custom:MIT')
+depends=('glibc')
+options=('!libtool')
+source=("$url$pkgname-$pkgver.tar.bz2")
+md5sums=('d9c7700918fc392e29da7477ae20c5c2')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+              --enable-static=no
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+
+  # license
+  install -Dm644 COPYING \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


Property changes on: mtdev/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id



More information about the arch-commits mailing list