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

andyrtr at archlinux.org andyrtr at archlinux.org
Wed Mar 14 17:58:06 UTC 2012


    Date: Wednesday, March 14, 2012 @ 13:58:06
  Author: andyrtr
Revision: 153465

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

Added:
  mtdev/repos/extra-i686/
  mtdev/repos/extra-i686/PKGBUILD
    (from rev 153464, mtdev/trunk/PKGBUILD)
  mtdev/repos/extra-x86_64/
  mtdev/repos/extra-x86_64/PKGBUILD
    (from rev 153464, mtdev/trunk/PKGBUILD)

-----------------------+
 extra-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 extra-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: mtdev/repos/extra-i686/PKGBUILD (from rev 153464, mtdev/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-03-14 17:58:06 UTC (rev 153465)
@@ -0,0 +1,30 @@
+# $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 --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+
+  # license
+  install -Dm644 COPYING \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: mtdev/repos/extra-x86_64/PKGBUILD (from rev 153464, mtdev/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-03-14 17:58:06 UTC (rev 153465)
@@ -0,0 +1,30 @@
+# $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 --disable-static
+  make
+}
+
+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