[arch-commits] Commit in cloog-ppl/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Sun Apr 19 07:03:56 UTC 2009
Date: Sunday, April 19, 2009 @ 03:03:56
Author: allan
Revision: 35988
upgpkg: cloog-ppl 0.15.3-1
Modified:
cloog-ppl/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-04-19 07:02:46 UTC (rev 35987)
+++ PKGBUILD 2009-04-19 07:03:56 UTC (rev 35988)
@@ -3,20 +3,22 @@
# Contributor: ezzetabi <ezzetabi at gawab dot com>
pkgname=cloog-ppl
-pkgver=0.15
+pkgver=0.15.3
pkgrel=1
pkgdesc="Library that generates loops for scanning polyhedra"
arch=('i686' 'x86_64')
url="http://www.cloog.org/"
license=('GPL')
-depends=('ppl>=0.10')
-source=(ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.15.tar.gz)
-md5sums=('716b7a0823f96c9d02c1703a9c47d387')
+depends=('ppl>=0.10.2')
+options=('!libtool')
+source=(ftp://gcc.gnu.org/pub/gcc/infrastructure/${pkgname}-${pkgver}.tar.gz)
+md5sums=('9e7a3ff38b3877625d46badc6d4bbef9')
build() {
cd $srcdir/$pkgname
- ./configure --with-bits=gmp --prefix=/usr --with-ppl=/usr
+ ./configure --prefix=/usr --infodir=/usr/share/info \
+ --with-bits=gmp --with-ppl=/usr
make || return 1
make DESTDIR=$pkgdir/ install
More information about the arch-commits
mailing list