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

2012-02-03 Thread Allan McRae
Date: Friday, February 3, 2012 @ 19:03:39
  Author: allan
Revision: 148583

db-move: moved cloog from [staging] to [testing] (i686)

Added:
  cloog/repos/testing-i686/
  cloog/repos/testing-i686/PKGBUILD
(from rev 148578, cloog/repos/staging-i686/PKGBUILD)
Deleted:
  cloog/repos/staging-i686/

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

Copied: cloog/repos/testing-i686/PKGBUILD (from rev 148578, 
cloog/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-04 00:03:39 UTC (rev 148583)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+pkgname=cloog
+pkgver=0.17.0
+pkgrel=1
+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=('0aa3302c81f65ca62c114e5264f8a802')
+
+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 (staging-i686 testing-i686 testing-i686/PKGBUILD)

2011-08-22 Thread Jan Steffens
Date: Monday, August 22, 2011 @ 21:52:16
  Author: heftig
Revision: 136091

db-move: moved cloog from [staging] to [testing] (i686)

Added:
  cloog/repos/testing-i686/
  cloog/repos/testing-i686/PKGBUILD
(from rev 136090, cloog/repos/staging-i686/PKGBUILD)
Deleted:
  cloog/repos/staging-i686/

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

Copied: cloog/repos/testing-i686/PKGBUILD (from rev 136090, 
cloog/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-08-23 01:52:16 UTC (rev 136091)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+pkgname=cloog
+pkgver=0.16.3
+pkgrel=1
+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=('a0f8a241cd1c4f103f8d2c91642b3498')
+
+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
+}