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

Antonio Rojas arojas at archlinux.org
Mon Mar 28 18:42:07 UTC 2016


    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 <arojas at archlinux.org>
-
-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 <arojas at archlinux.org>
+
+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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-03-28 18:41:22 UTC (rev 168716)
+++ community-x86_64/PKGBUILD	2016-03-28 18:42:06 UTC (rev 168717)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-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-x86_64/PKGBUILD (from rev 168716, meataxe/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-03-28 18:42:06 UTC (rev 168717)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+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
+}



More information about the arch-commits mailing list