[arch-commits] Commit in shared_meataxe (3 files)

Antonio Rojas arojas at archlinux.org
Sat Jan 6 12:50:07 UTC 2018


    Date: Saturday, January 6, 2018 @ 12:50:06
  Author: arojas
Revision: 279464

archrelease: copy trunk to community-x86_64

Added:
  shared_meataxe/repos/
  shared_meataxe/repos/community-x86_64/
  shared_meataxe/repos/community-x86_64/PKGBUILD
    (from rev 279463, shared_meataxe/trunk/PKGBUILD)

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

Copied: shared_meataxe/repos/community-x86_64/PKGBUILD (from rev 279463, shared_meataxe/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2018-01-06 12:50:06 UTC (rev 279464)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=shared_meataxe
+pkgver=1.0
+pkgrel=1
+pkgdesc="A set of programs for working with matrix representations over finite fields"
+arch=(x86_64)
+url="http://users.minet.uni-jena.de/~king/SharedMeatAxe/"
+license=(GPL)
+depends=(glibc)
+source=(http://users.minet.uni-jena.de/~king/SharedMeatAxe/$pkgname-$pkgver.tar.gz)
+sha256sums=('e45b0dc325f841d5c160c1eb03daa6587506220ad6ee5823397b4bf2fbd8fdb9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list