[arch-commits] Commit in m4rie (5 files)

Antonio Rojas arojas at archlinux.org
Sat Dec 20 11:11:58 UTC 2014


    Date: Saturday, December 20, 2014 @ 12:11:57
  Author: arojas
Revision: 124177

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

Added:
  m4rie/repos/
  m4rie/repos/community-i686/
  m4rie/repos/community-i686/PKGBUILD
    (from rev 124176, m4rie/trunk/PKGBUILD)
  m4rie/repos/community-x86_64/
  m4rie/repos/community-x86_64/PKGBUILD
    (from rev 124176, m4rie/trunk/PKGBUILD)

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

Copied: m4rie/repos/community-i686/PKGBUILD (from rev 124176, m4rie/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2014-12-20 11:11:57 UTC (rev 124177)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=m4rie
+pkgver=20140914
+pkgrel=1
+pkgdesc="Algorithms for linear algebra over F_2^e"
+arch=('i686' 'x86_64')
+url="http://m4ri.sagemath.org/"
+license=('GPL')
+depends=('m4ri')
+source=(http://m4ri.sagemath.org/downloads/m4rie/$pkgname-$pkgver.tar.gz)
+md5sums=('10e9fd98efb72568ee64c6510f4cc0de')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+

Copied: m4rie/repos/community-x86_64/PKGBUILD (from rev 124176, m4rie/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2014-12-20 11:11:57 UTC (rev 124177)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=m4rie
+pkgver=20140914
+pkgrel=1
+pkgdesc="Algorithms for linear algebra over F_2^e"
+arch=('i686' 'x86_64')
+url="http://m4ri.sagemath.org/"
+license=('GPL')
+depends=('m4ri')
+source=(http://m4ri.sagemath.org/downloads/m4rie/$pkgname-$pkgver.tar.gz)
+md5sums=('10e9fd98efb72568ee64c6510f4cc0de')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+



More information about the arch-commits mailing list