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

2017-09-15 Thread Antonio Rojas
Date: Friday, September 15, 2017 @ 18:23:58
  Author: arojas
Revision: 257708

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

Added:
  meataxe/repos/community-i686/PKGBUILD
(from rev 257707, meataxe/trunk/PKGBUILD)
  meataxe/repos/community-x86_64/PKGBUILD
(from rev 257707, meataxe/trunk/PKGBUILD)
Deleted:
  meataxe/repos/community-i686/PKGBUILD
  meataxe/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  110 
 community-i686/PKGBUILD   |   53 -
 community-x86_64/PKGBUILD |   53 -
 3 files changed, 110 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-15 18:23:31 UTC (rev 257707)
+++ community-i686/PKGBUILD 2017-09-15 18:23:58 UTC (rev 257708)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=meataxe
-pkgver=2.4.24
-pkgrel=5
-pkgdesc="A set of programs for working with matrix representations over finite 
fields"
-arch=(i686 x86_64)
-url="http://www.math.rwth-aachen.de/~MTX/;
-license=(GPL)
-depends=(glibc)
-#source=("http://www.math.rwth-aachen.de/~MTX/$pkgname-$pkgver.tar.gz;)
-source=("https://trac.sagemath.org/raw-attachment/ticket/12103/meataxe-$pkgver.tar.gz;
-   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/IO_fixes.patch;
-   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradImplementation.patch;
-   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradUsage.patch;
-   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/TweakEchelon.patch;
-   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/UseErrorPropagation.patch;)
-sha256sums=('c3b131218d293c6a68620cafe5da589241f157cd07887e491e7720ba4b469dd1'
-'a0c2141d7741326a304c15a15d621215ec7275d84954cde53e34eac873e56eaa'
-'b49c32eb1836f13a3c348cf56bff790f78a73e349e70e2172f60a949f17c28df'
-'4c7538a55bb0f29b7d95601f6fae408b1742db5aa9954cab22cdd01d8042a272'
-'a36b4e966fcbe6ac63216538038ef45391d44029894f386803d858f8fe32a39c'
-'4c4d2cbec389ed561af10a5558eea87b6f301f8db96e44c06a8ca54a7709f6fd')
-
-prepare() {
-  cd $pkgname-$pkgver
-  for _patch in IO_fixes StrassenWinogradImplementation StrassenWinogradUsage 
TweakEchelon UseErrorPropagation; do
-   patch -p1 -i ../$_patch.patch
-  done
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  export CFLAGS1="$CFLAGS -std=gnu99 -O -Wall -fPIC"
-  export ZZZ=0
-  export MTXLIB="$HOME/.local/share/meataxe"
-  export MTXBIN=/usr/bin
-  touch Makefile.conf
-  make
-#  make tmp/libmtx.a
-}
-
-package() {
-  cd $pkgname-$pkgver
-  
-  mkdir -p "$pkgdir"/usr/{include,bin,lib,share/doc/meataxe}
-  install -m755 bin/* "$pkgdir"/usr/bin
-  install -m644 tmp/libmtx.a "$pkgdir"/usr/lib
-  install -m644 src/meataxe.h "$pkgdir"/usr/include
-  install -m644 doc/* "$pkgdir"/usr/share/doc/meataxe
-}

Copied: meataxe/repos/community-i686/PKGBUILD (from rev 257707, 
meataxe/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-15 18:23:58 UTC (rev 257708)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=meataxe
+pkgver=2.4.24
+pkgrel=6
+pkgdesc="A set of programs for working with matrix representations over finite 
fields"
+arch=(i686 x86_64)
+url="http://www.math.rwth-aachen.de/~MTX/;
+license=(GPL)
+depends=(glibc)
+#source=("http://www.math.rwth-aachen.de/~MTX/$pkgname-$pkgver.tar.gz;)
+source=("http://mirrors.mit.edu/sage/spkg/upstream/meataxe/meataxe-$pkgver.tar.gz;
+   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/IO_fixes.patch;
+   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradImplementation.patch;
+   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradUsage.patch;
+   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/TweakEchelon.patch;
+   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/UseErrorPropagation.patch;
+meataxe-shared.patch)
+sha256sums=('c3b131218d293c6a68620cafe5da589241f157cd07887e491e7720ba4b469dd1'
+'a0c2141d7741326a304c15a15d621215ec7275d84954cde53e34eac873e56eaa'
+'b49c32eb1836f13a3c348cf56bff790f78a73e349e70e2172f60a949f17c28df'
+'4c7538a55bb0f29b7d95601f6fae408b1742db5aa9954cab22cdd01d8042a272'
+'a36b4e966fcbe6ac63216538038ef45391d44029894f386803d858f8fe32a39c'
+'4c4d2cbec389ed561af10a5558eea87b6f301f8db96e44c06a8ca54a7709f6fd'
+'aa05e4b235c078ce1d7807ae7320986f56fa6e38033c21328ac298a6e44df411')
+

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

2017-07-10 Thread Antonio Rojas
Date: Monday, July 10, 2017 @ 21:10:24
  Author: arojas
Revision: 243795

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

Added:
  meataxe/repos/community-i686/PKGBUILD
(from rev 243794, meataxe/trunk/PKGBUILD)
  meataxe/repos/community-x86_64/PKGBUILD
(from rev 243794, meataxe/trunk/PKGBUILD)
Deleted:
  meataxe/repos/community-i686/PKGBUILD
  meataxe/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  106 
 community-i686/PKGBUILD   |   53 --
 community-x86_64/PKGBUILD |   53 --
 3 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-10 21:09:47 UTC (rev 243794)
+++ community-i686/PKGBUILD 2017-07-10 21:10:24 UTC (rev 243795)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=meataxe
-pkgver=2.4.24
-pkgrel=4
-pkgdesc="A set of programs for working with matrix representations over finite 
fields"
-arch=(i686 x86_64)
-url="http://www.math.rwth-aachen.de/~MTX/;
-license=(GPL)
-depends=(glibc)
-#source=("http://www.math.rwth-aachen.de/~MTX/$pkgname-$pkgver.tar.gz;)
-source=("https://trac.sagemath.org/raw-attachment/ticket/12103/meataxe-$pkgver.tar.gz;
-   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/IO_fixes.patch;
-   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradImplementation.patch;
-   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradUsage.patch;
-   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/TweakEchelon.patch;
-   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/UseErrorPropagation.patch;)
-md5sums=('e0f384e37a69671c73c2904e4e69dc01'
- '5fbe031993c9aa0c41e6d9138748d902'
- 'b2ca48d166c538daa80ef7e6646dbb97'
- '6683ff2a272a3ea0e3851a3826684caf'
- '2eeae8b89e018e86205140d316712a66'
- 'a3831f351ca465d8dc57a922e4c52b62')
-
-prepare() {
-  cd $pkgname-$pkgver
-  for _patch in IO_fixes StrassenWinogradImplementation StrassenWinogradUsage 
TweakEchelon UseErrorPropagation; do
-   patch -p1 -i ../$_patch.patch
-  done
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  export CFLAGS1="$CFLAGS -std=gnu99 -O -Wall -fPIC"
-  export ZZZ=0
-  export MTXLIB="$HOME/.local/share/meataxe"
-  export MTXBIN=/usr/bin
-  touch Makefile.conf
-  make
-#  make tmp/libmtx.a
-}
-
-package() {
-  cd $pkgname-$pkgver
-  
-  mkdir -p "$pkgdir"/usr/{include,bin,lib,share/doc/meataxe}
-  install -m755 bin/* "$pkgdir"/usr/bin
-  install -m644 tmp/libmtx.a "$pkgdir"/usr/lib
-  install -m644 src/meataxe.h "$pkgdir"/usr/include
-  install -m644 doc/* "$pkgdir"/usr/share/doc/meataxe
-}

Copied: meataxe/repos/community-i686/PKGBUILD (from rev 243794, 
meataxe/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-10 21:10:24 UTC (rev 243795)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=meataxe
+pkgver=2.4.24
+pkgrel=5
+pkgdesc="A set of programs for working with matrix representations over finite 
fields"
+arch=(i686 x86_64)
+url="http://www.math.rwth-aachen.de/~MTX/;
+license=(GPL)
+depends=(glibc)
+#source=("http://www.math.rwth-aachen.de/~MTX/$pkgname-$pkgver.tar.gz;)
+source=("https://trac.sagemath.org/raw-attachment/ticket/12103/meataxe-$pkgver.tar.gz;
+   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/IO_fixes.patch;
+   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradImplementation.patch;
+   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradUsage.patch;
+   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/TweakEchelon.patch;
+   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/UseErrorPropagation.patch;)
+sha256sums=('c3b131218d293c6a68620cafe5da589241f157cd07887e491e7720ba4b469dd1'
+'a0c2141d7741326a304c15a15d621215ec7275d84954cde53e34eac873e56eaa'
+'b49c32eb1836f13a3c348cf56bff790f78a73e349e70e2172f60a949f17c28df'
+'4c7538a55bb0f29b7d95601f6fae408b1742db5aa9954cab22cdd01d8042a272'
+'a36b4e966fcbe6ac63216538038ef45391d44029894f386803d858f8fe32a39c'
+'4c4d2cbec389ed561af10a5558eea87b6f301f8db96e44c06a8ca54a7709f6fd')
+
+prepare() {
+  cd $pkgname-$pkgver
+  for _patch in IO_fixes StrassenWinogradImplementation StrassenWinogradUsage 
TweakEchelon UseErrorPropagation; do
+   patch -p1 -i ../$_patch.patch
+  done
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  export CFLAGS1="$CFLAGS -std=gnu99 -O -Wall -fPIC"
+  export ZZZ=0
+  export 

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

2016-11-01 Thread Antonio Rojas
Date: Tuesday, November 1, 2016 @ 21:09:43
  Author: arojas
Revision: 194268

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

Added:
  meataxe/repos/community-i686/PKGBUILD
(from rev 194267, meataxe/trunk/PKGBUILD)
  meataxe/repos/community-x86_64/PKGBUILD
(from rev 194267, meataxe/trunk/PKGBUILD)
Deleted:
  meataxe/repos/community-i686/PKGBUILD
  meataxe/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  106 
 community-i686/PKGBUILD   |   53 --
 community-x86_64/PKGBUILD |   53 --
 3 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-01 21:09:36 UTC (rev 194267)
+++ community-i686/PKGBUILD 2016-11-01 21:09:43 UTC (rev 194268)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=meataxe
-pkgver=2.4.24
-pkgrel=4
-pkgdesc="A set of programs for working with matrix representations over finite 
fields"
-arch=(i686 x86_64)
-url="http://www.math.rwth-aachen.de/~MTX/;
-license=(GPL)
-depends=(glibc)
-#source=("http://www.math.rwth-aachen.de/~MTX/$pkgname-$pkgver.tar.gz;)
-source=("http://trac.sagemath.org/raw-attachment/ticket/12103/meataxe-$pkgver.tar.gz;
-   
"http://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/IO_fixes.patch;
-   
"http://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradImplementation.patch;
-   
"http://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradUsage.patch;
-   
"http://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/TweakEchelon.patch;
-   
"http://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/UseErrorPropagation.patch;)
-md5sums=('e0f384e37a69671c73c2904e4e69dc01'
- '5fbe031993c9aa0c41e6d9138748d902'
- 'b2ca48d166c538daa80ef7e6646dbb97'
- '6683ff2a272a3ea0e3851a3826684caf'
- '2eeae8b89e018e86205140d316712a66'
- 'a3831f351ca465d8dc57a922e4c52b62')
-
-prepare() {
-  cd $pkgname-$pkgver
-  for _patch in IO_fixes StrassenWinogradImplementation StrassenWinogradUsage 
TweakEchelon UseErrorPropagation; do
-   patch -p1 -i ../$_patch.patch
-  done
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  export CFLAGS1="$CFLAGS -std=gnu99 -O -Wall -fPIC"
-  export ZZZ=0
-  export MTXLIB="$HOME/.local/share/meataxe"
-  export MTXBIN=/usr/bin
-  touch Makefile.conf
-  make
-#  make tmp/libmtx.a
-}
-
-package() {
-  cd $pkgname-$pkgver
-  
-  mkdir -p "$pkgdir"/usr/{include,bin,lib,share/doc/meataxe}
-  install -m755 bin/* "$pkgdir"/usr/bin
-  install -m644 tmp/libmtx.a "$pkgdir"/usr/lib
-  install -m644 src/meataxe.h "$pkgdir"/usr/include
-  install -m644 doc/* "$pkgdir"/usr/share/doc/meataxe
-}

Copied: meataxe/repos/community-i686/PKGBUILD (from rev 194267, 
meataxe/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-01 21:09:43 UTC (rev 194268)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=meataxe
+pkgver=2.4.24
+pkgrel=4
+pkgdesc="A set of programs for working with matrix representations over finite 
fields"
+arch=(i686 x86_64)
+url="http://www.math.rwth-aachen.de/~MTX/;
+license=(GPL)
+depends=(glibc)
+#source=("http://www.math.rwth-aachen.de/~MTX/$pkgname-$pkgver.tar.gz;)
+source=("https://trac.sagemath.org/raw-attachment/ticket/12103/meataxe-$pkgver.tar.gz;
+   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/IO_fixes.patch;
+   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradImplementation.patch;
+   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradUsage.patch;
+   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/TweakEchelon.patch;
+   
"https://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/UseErrorPropagation.patch;)
+md5sums=('e0f384e37a69671c73c2904e4e69dc01'
+ '5fbe031993c9aa0c41e6d9138748d902'
+ 'b2ca48d166c538daa80ef7e6646dbb97'
+ '6683ff2a272a3ea0e3851a3826684caf'
+ '2eeae8b89e018e86205140d316712a66'
+ 'a3831f351ca465d8dc57a922e4c52b62')
+
+prepare() {
+  cd $pkgname-$pkgver
+  for _patch in IO_fixes StrassenWinogradImplementation StrassenWinogradUsage 
TweakEchelon UseErrorPropagation; do
+   patch -p1 -i ../$_patch.patch
+  done
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  export CFLAGS1="$CFLAGS -std=gnu99 -O -Wall -fPIC"
+  export ZZZ=0
+  export MTXLIB="$HOME/.local/share/meataxe"
+  export MTXBIN=/usr/bin
+  touch Makefile.conf
+  make
+#  make tmp/libmtx.a
+}
+
+package() {
+  cd $pkgname-$pkgver
+  
+  mkdir -p 

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

2016-03-28 Thread Antonio Rojas
Date: Monday, March 28, 2016 @ 20:42:06
  Author: arojas
Revision: 168717

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

Added:
  meataxe/repos/community-i686/PKGBUILD
(from rev 168716, meataxe/trunk/PKGBUILD)
  meataxe/repos/community-x86_64/PKGBUILD
(from rev 168716, meataxe/trunk/PKGBUILD)
Deleted:
  meataxe/repos/community-i686/PKGBUILD
  meataxe/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  106 
 community-i686/PKGBUILD   |   51 -
 community-x86_64/PKGBUILD |   51 -
 3 files changed, 106 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-28 18:41:22 UTC (rev 168716)
+++ community-i686/PKGBUILD 2016-03-28 18:42:06 UTC (rev 168717)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=meataxe
-pkgver=2.4.24
-pkgrel=3
-pkgdesc="A set of programs for working with matrix representations over finite 
fields"
-arch=(i686 x86_64)
-url="http://www.math.rwth-aachen.de/~MTX/;
-license=(GPL)
-depends=()
-#source=("http://www.math.rwth-aachen.de/~MTX/$pkgname-$pkgver.tar.gz;)
-source=("http://trac.sagemath.org/raw-attachment/ticket/12103/meataxe-$pkgver.tar.gz;
-   
"http://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/IO_fixes.patch;
-   
"http://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradImplementation.patch;
-   
"http://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradUsage.patch;
-   
"http://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/TweakEchelon.patch;
-   
"http://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/UseErrorPropagation.patch;)
-md5sums=('e0f384e37a69671c73c2904e4e69dc01'
- '5fbe031993c9aa0c41e6d9138748d902'
- 'b2ca48d166c538daa80ef7e6646dbb97'
- '6683ff2a272a3ea0e3851a3826684caf'
- '2eeae8b89e018e86205140d316712a66'
- 'a3831f351ca465d8dc57a922e4c52b62')
-
-prepare() {
-  cd $pkgname-$pkgver
-  for _patch in IO_fixes StrassenWinogradImplementation StrassenWinogradUsage 
TweakEchelon UseErrorPropagation; do
-   patch -p1 -i ../$_patch.patch
-  done
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  export CFLAGS1="$CFLAGS -std=gnu99 -O -Wall -fPIC"
-  export ZZZ=0
-  touch Makefile.conf
-# make
-  make tmp/libmtx.a
-}
-
-package() {
-  cd $pkgname-$pkgver
-  
-  mkdir -p "$pkgdir"/usr/{include,lib,share/doc/meataxe}
-#  install -m755 bin/* "$pkgdir"/usr/bin
-  install -m644 tmp/libmtx.a "$pkgdir"/usr/lib
-  install -m644 src/meataxe.h "$pkgdir"/usr/include
-  install -m644 doc/* "$pkgdir"/usr/share/doc/meataxe
-}

Copied: meataxe/repos/community-i686/PKGBUILD (from rev 168716, 
meataxe/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-28 18:42:06 UTC (rev 168717)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=meataxe
+pkgver=2.4.24
+pkgrel=4
+pkgdesc="A set of programs for working with matrix representations over finite 
fields"
+arch=(i686 x86_64)
+url="http://www.math.rwth-aachen.de/~MTX/;
+license=(GPL)
+depends=(glibc)
+#source=("http://www.math.rwth-aachen.de/~MTX/$pkgname-$pkgver.tar.gz;)
+source=("http://trac.sagemath.org/raw-attachment/ticket/12103/meataxe-$pkgver.tar.gz;
+   
"http://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/IO_fixes.patch;
+   
"http://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradImplementation.patch;
+   
"http://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/StrassenWinogradUsage.patch;
+   
"http://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/TweakEchelon.patch;
+   
"http://git.sagemath.org/sage.git/plain/build/pkgs/meataxe/patches/UseErrorPropagation.patch;)
+md5sums=('e0f384e37a69671c73c2904e4e69dc01'
+ '5fbe031993c9aa0c41e6d9138748d902'
+ 'b2ca48d166c538daa80ef7e6646dbb97'
+ '6683ff2a272a3ea0e3851a3826684caf'
+ '2eeae8b89e018e86205140d316712a66'
+ 'a3831f351ca465d8dc57a922e4c52b62')
+
+prepare() {
+  cd $pkgname-$pkgver
+  for _patch in IO_fixes StrassenWinogradImplementation StrassenWinogradUsage 
TweakEchelon UseErrorPropagation; do
+   patch -p1 -i ../$_patch.patch
+  done
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  export CFLAGS1="$CFLAGS -std=gnu99 -O -Wall -fPIC"
+  export ZZZ=0
+  export MTXLIB="$HOME/.local/share/meataxe"
+  export MTXBIN=/usr/bin
+  touch Makefile.conf
+  make
+#  make tmp/libmtx.a
+}
+
+package() {
+  cd $pkgname-$pkgver
+  
+  mkdir -p "$pkgdir"/usr/{include,bin,lib,share/doc/meataxe}
+  install -m755 bin/* "$pkgdir"/usr/bin
+  install -m644 tmp/libmtx.a