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

Allan McRae allan at archlinux.org
Mon Dec 27 09:08:10 UTC 2010


    Date: Monday, December 27, 2010 @ 04:08:09
  Author: allan
Revision: 104033

upgpkg: cloog-ppl 0.15.10-1
upstream update

Modified:
  cloog-ppl/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-12-27 09:04:22 UTC (rev 104032)
+++ PKGBUILD	2010-12-27 09:08:09 UTC (rev 104033)
@@ -3,8 +3,8 @@
 # Contributor: ezzetabi <ezzetabi at gawab dot com>
 
 pkgname=cloog-ppl
-pkgver=0.15.9
-pkgrel=2
+pkgver=0.15.10
+pkgrel=1
 pkgdesc="Library that generates loops for scanning polyhedra"
 arch=('i686' 'x86_64')
 url="http://www.cloog.org/"
@@ -12,16 +12,13 @@
 depends=('ppl>=0.11')
 options=('!libtool')
 source=(ftp://gcc.gnu.org/pub/gcc/infrastructure/${pkgname}-${pkgver}.tar.gz)
-md5sums=('806e001d1b1a6b130069ff6274900af5')
+md5sums=('04aa756179b6d850d9ffa50f61b91895')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
 
-  # "Add" ppl-0.11 compatibility
-  sed -i "/ppl_minor_version=/s#10#11#" configure
-
-  ./configure --prefix=/usr --infodir=/usr/share/info \
-    --with-bits=gmp --with-ppl=/usr 
+  ./autogen.sh
+  ./configure --prefix=/usr --with-bits=gmp --with-ppl=/usr 
   make
   make check
 }




More information about the arch-commits mailing list