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

Allan McRae allan at archlinux.org
Wed Aug 26 06:02:53 UTC 2009


    Date: Wednesday, August 26, 2009 @ 02:02:53
  Author: allan
Revision: 50394

upgpkg: cloog-ppl 0.15.7-1
    upstream update

Modified:
  cloog-ppl/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-08-25 23:22:06 UTC (rev 50393)
+++ PKGBUILD	2009-08-26 06:02:53 UTC (rev 50394)
@@ -3,7 +3,7 @@
 # Contributor: ezzetabi <ezzetabi at gawab dot com>
 
 pkgname=cloog-ppl
-pkgver=0.15.3
+pkgver=0.15.7
 pkgrel=1
 pkgdesc="Library that generates loops for scanning polyhedra"
 arch=('i686' 'x86_64')
@@ -12,18 +12,13 @@
 depends=('ppl>=0.10.2')
 options=('!libtool')
 source=(ftp://gcc.gnu.org/pub/gcc/infrastructure/${pkgname}-${pkgver}.tar.gz)
-md5sums=('9e7a3ff38b3877625d46badc6d4bbef9')
+md5sums=('6455e7875daac5bd885545c71c3f2001')
 
 build() {
-  cd $srcdir/$pkgname
+  cd $srcdir/$pkgname-$pkgver
 
   ./configure --prefix=/usr --infodir=/usr/share/info \
     --with-bits=gmp --with-ppl=/usr 
   make || return 1
   make DESTDIR=$pkgdir/ install
-
-  # Info files (no additions to index so no install script needed)
-  rm $pkgdir/usr/share/info/dir
-  gzip -9 $pkgdir/usr/share/info/*
-
 }




More information about the arch-commits mailing list