[arch-commits] Commit in cloog-ppl/repos (testing-i686 testing-i686/PKGBUILD)
Allan McRae
allan at archlinux.org
Sun Apr 19 07:05:05 UTC 2009
Date: Sunday, April 19, 2009 @ 03:05:05
Author: allan
Revision: 35989
Merged revisions 35988 via svnmerge from
svn+ssh://archlinux.org/srv/svn-packages/cloog-ppl/trunk
........
r35988 | allan | 2009-04-19 17:03:56 +1000 (Sun, 19 Apr 2009) | 1 line
upgpkg: cloog-ppl 0.15.3-1
........
Modified:
cloog-ppl/repos/testing-i686/ (properties)
cloog-ppl/repos/testing-i686/PKGBUILD
----------+
PKGBUILD | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
Property changes on: cloog-ppl/repos/testing-i686
___________________________________________________________________
Modified: svnmerge-integrated
- /cloog-ppl/trunk:1-32176
+ /cloog-ppl/trunk:1-35988
Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD 2009-04-19 07:03:56 UTC (rev 35988)
+++ testing-i686/PKGBUILD 2009-04-19 07:05:05 UTC (rev 35989)
@@ -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