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

Antonio Rojas arojas at archlinux.org
Fri Dec 19 21:58:50 UTC 2014


    Date: Friday, December 19, 2014 @ 22:58:50
  Author: arojas
Revision: 124135

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

Added:
  iml/repos/
  iml/repos/community-i686/
  iml/repos/community-i686/PKGBUILD
    (from rev 124134, iml/trunk/PKGBUILD)
  iml/repos/community-x86_64/
  iml/repos/community-x86_64/PKGBUILD
    (from rev 124134, iml/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   24 ++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   24 ++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

Copied: iml/repos/community-i686/PKGBUILD (from rev 124134, iml/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2014-12-19 21:58:50 UTC (rev 124135)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=iml
+pkgver=1.0.4
+pkgrel=2
+pkgdesc="C Library of integer matrix algorithms"
+arch=('i686' 'x86_64')
+url="https://cs.uwaterloo.ca/~astorjoh/iml.html"
+license=('GPL')
+depends=('gmp' 'cblas')
+source=("http://www.cs.uwaterloo.ca/~astorjoh/$pkgname-$pkgver.tar.bz2")
+md5sums=('cfe3ebc69748c4ac240d6e200b6937ca')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-shared --with-cblas=-lcblas
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: iml/repos/community-x86_64/PKGBUILD (from rev 124134, iml/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2014-12-19 21:58:50 UTC (rev 124135)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=iml
+pkgver=1.0.4
+pkgrel=2
+pkgdesc="C Library of integer matrix algorithms"
+arch=('i686' 'x86_64')
+url="https://cs.uwaterloo.ca/~astorjoh/iml.html"
+license=('GPL')
+depends=('gmp' 'cblas')
+source=("http://www.cs.uwaterloo.ca/~astorjoh/$pkgname-$pkgver.tar.bz2")
+md5sums=('cfe3ebc69748c4ac240d6e200b6937ca')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-shared --with-cblas=-lcblas
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list