[arch-commits] Commit in mtdev/repos (4 files)

Andreas Radke andyrtr at nymeria.archlinux.org
Fri Apr 25 20:17:05 UTC 2014


    Date: Friday, April 25, 2014 @ 22:17:05
  Author: andyrtr
Revision: 211753

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  mtdev/repos/testing-i686/
  mtdev/repos/testing-i686/PKGBUILD
    (from rev 211752, mtdev/trunk/PKGBUILD)
  mtdev/repos/testing-x86_64/
  mtdev/repos/testing-x86_64/PKGBUILD
    (from rev 211752, mtdev/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: mtdev/repos/testing-i686/PKGBUILD (from rev 211752, mtdev/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-04-25 20:17:05 UTC (rev 211753)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: SpepS <dreamspepser at yahoo dot it>
+
+pkgname=mtdev
+pkgver=1.1.5
+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')
+source=("$url$pkgname-$pkgver.tar.bz2")
+md5sums=('52c9610b6002f71d1642dc1a1cca5ec1')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+
+  # license
+  install -Dm644 COPYING \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: mtdev/repos/testing-x86_64/PKGBUILD (from rev 211752, mtdev/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-04-25 20:17:05 UTC (rev 211753)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: SpepS <dreamspepser at yahoo dot it>
+
+pkgname=mtdev
+pkgver=1.1.5
+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')
+source=("$url$pkgname-$pkgver.tar.bz2")
+md5sums=('52c9610b6002f71d1642dc1a1cca5ec1')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+
+  # license
+  install -Dm644 COPYING \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}




More information about the arch-commits mailing list