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

Allan McRae allan at archlinux.org
Wed Dec 26 10:57:30 UTC 2012


    Date: Wednesday, December 26, 2012 @ 05:57:30
  Author: allan
Revision: 173862

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

Added:
  cloog/repos/staging-i686/
  cloog/repos/staging-i686/PKGBUILD
    (from rev 173861, cloog/trunk/PKGBUILD)
  cloog/repos/staging-x86_64/
  cloog/repos/staging-x86_64/PKGBUILD
    (from rev 173861, cloog/trunk/PKGBUILD)

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

Copied: cloog/repos/staging-i686/PKGBUILD (from rev 173861, cloog/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2012-12-26 10:57:30 UTC (rev 173862)
@@ -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/staging-x86_64/PKGBUILD (from rev 173861, cloog/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2012-12-26 10:57:30 UTC (rev 173862)
@@ -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