[arch-commits] Commit in cloog/repos (testing-i686 testing-i686/PKGBUILD)

2011-08-14 Thread Allan McRae
Date: Sunday, August 14, 2011 @ 05:41:10
  Author: allan
Revision: 135494

archrelease: copy trunk to testing-i686

Added:
  cloog/repos/testing-i686/
  cloog/repos/testing-i686/PKGBUILD
(from rev 135493, cloog/trunk/PKGBUILD)

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

Copied: cloog/repos/testing-i686/PKGBUILD (from rev 135493, 
cloog/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-14 09:41:10 UTC (rev 135494)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+pkgname=cloog
+pkgver=0.16.2
+pkgrel=2
+pkgdesc=Library that generates loops for scanning polyhedra
+arch=('i686' 'x86_64')
+url=http://www.bastoul.net/cloog/;
+license=('GPL')
+depends=('isl' 'gmp')
+conflicts=('cloog-ppl0.15.10-2')
+options=('!libtool')
+source=(http://www.bastoul.net/cloog/pages/download/$pkgname-$pkgver.tar.gz)
+md5sums=('83877caaa879c7160063138bb18348e7')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-isl=system --with-gmp=system
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}



[arch-commits] Commit in cloog/repos (testing-i686)

2011-04-10 Thread Allan McRae
Date: Sunday, April 10, 2011 @ 17:37:10
  Author: allan
Revision: 119095

archrelease: remove testing-i686

Deleted:
  cloog/repos/testing-i686/



[arch-commits] Commit in cloog/repos (testing-i686)

2011-04-10 Thread Allan McRae
Date: Sunday, April 10, 2011 @ 17:37:34
  Author: allan
Revision: 119096

archrelease: copy trunk to testing-i686

Added:
  cloog/repos/testing-i686/



[arch-commits] Commit in cloog/repos (testing-i686)

2011-01-19 Thread Allan McRae
Date: Wednesday, January 19, 2011 @ 04:43:52
  Author: allan
Revision: 106803

archrelease: remove testing-i686

Deleted:
  cloog/repos/testing-i686/



[arch-commits] Commit in cloog/repos (testing-i686)

2011-01-19 Thread Allan McRae
Date: Wednesday, January 19, 2011 @ 04:44:25
  Author: allan
Revision: 106804

archrelease: copy trunk to testing-i686

Added:
  cloog/repos/testing-i686/



[arch-commits] Commit in cloog/repos (testing-i686)

2011-01-02 Thread Allan McRae
Date: Sunday, January 2, 2011 @ 08:17:31
  Author: allan
Revision: 104431

archrelease: copy trunk to testing-i686

Added:
  cloog/repos/testing-i686/