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

Allan McRae allan at archlinux.org
Sun Aug 21 02:48:30 UTC 2011


    Date: Saturday, August 20, 2011 @ 22:48:30
  Author: allan
Revision: 135959

archrelease: copy trunk to staging-i686

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

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

Copied: cloog/repos/staging-i686/PKGBUILD (from rev 135958, cloog/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2011-08-21 02:48:30 UTC (rev 135959)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Allan McRae <allan at 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-ppl<0.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
+}




More information about the arch-commits mailing list