[arch-commits] Commit in cloog-ppl/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Sun Jan 2 12:23:31 UTC 2011


    Date: Sunday, January 2, 2011 @ 07:23:31
  Author: allan
Revision: 104416

upgpkg: cloog-ppl 0.15.10-2
avoid conflicts with future cloog package

Modified:
  cloog-ppl/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-02 12:21:47 UTC (rev 104415)
+++ PKGBUILD	2011-01-02 12:23:31 UTC (rev 104416)
@@ -4,7 +4,7 @@
 
 pkgname=cloog-ppl
 pkgver=0.15.10
-pkgrel=1
+pkgrel=2
 pkgdesc="Library that generates loops for scanning polyhedra"
 arch=('i686' 'x86_64')
 url="http://www.cloog.org/"
@@ -18,7 +18,8 @@
   cd $srcdir/$pkgname-$pkgver
 
   ./autogen.sh
-  ./configure --prefix=/usr --with-bits=gmp --with-ppl=/usr 
+  ./configure --prefix=/usr --includedir=/usr/include/cloog-ppl \
+    --with-bits=gmp --with-ppl=/usr 
   make
   make check
 }
@@ -26,4 +27,5 @@
 package() {
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir/ install
+  mv $pkgdir/usr/bin/cloog{,-ppl}
 }




More information about the arch-commits mailing list