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

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


    Date: Saturday, December 20, 2014 @ 12:11:01
  Author: arojas
Revision: 124176

Splitting sage-mathematics

Added:
  m4rie/
  m4rie/trunk/
  m4rie/trunk/PKGBUILD

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

Added: m4rie/trunk/PKGBUILD
===================================================================
--- m4rie/trunk/PKGBUILD	                        (rev 0)
+++ m4rie/trunk/PKGBUILD	2014-12-20 11:11:01 UTC (rev 124176)
@@ -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"
+}
+


Property changes on: m4rie/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list