[arch-commits] Commit in cloog/repos (6 files)

Allan McRae allan at archlinux.org
Wed Dec 26 21:51:06 UTC 2012


    Date: Wednesday, December 26, 2012 @ 16:51:06
  Author: allan
Revision: 173875

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

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

-------------------------+
 testing-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: cloog/repos/testing-i686/PKGBUILD (from rev 173870, cloog/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-12-26 21:51:06 UTC (rev 173875)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
+
+pkgname=cloog
+pkgver=0.18.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')
+options=('!libtool')
+source=(http://www.bastoul.net/cloog/pages/download/$pkgname-$pkgver.tar.gz)
+md5sums=('be78a47bd82523250eb3e91646db5b3d')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --with-isl=system
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Copied: cloog/repos/testing-x86_64/PKGBUILD (from rev 173870, cloog/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-12-26 21:51:06 UTC (rev 173875)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
+
+pkgname=cloog
+pkgver=0.18.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')
+options=('!libtool')
+source=(http://www.bastoul.net/cloog/pages/download/$pkgname-$pkgver.tar.gz)
+md5sums=('be78a47bd82523250eb3e91646db5b3d')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --with-isl=system
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}




More information about the arch-commits mailing list