[arch-commits] Commit in cloog-ppl/repos (testing-i686 testing-i686/PKGBUILD)

Allan McRae allan at archlinux.org
Sun Mar 29 14:13:00 UTC 2009


    Date: Sunday, March 29, 2009 @ 10:13:00
  Author: allan
Revision: 32177

Merged revisions 32176 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/cloog-ppl/trunk

........
  r32176 | allan | 2009-03-30 00:11:54 +1000 (Mon, 30 Mar 2009) | 2 lines
  
  upgpkg: cloog-ppl 0.15-1
      new dependancy for gcc-4.4
........

Added:
  cloog-ppl/repos/testing-i686/PKGBUILD
    (from rev 32176, cloog-ppl/trunk/PKGBUILD)
Modified:
  cloog-ppl/repos/testing-i686/	(properties)

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)


Property changes on: cloog-ppl/repos/testing-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /cloog-ppl/trunk:1-32104
   + /cloog-ppl/trunk:1-32176

Copied: cloog-ppl/repos/testing-i686/PKGBUILD (from rev 32176, cloog-ppl/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2009-03-29 14:13:00 UTC (rev 32177)
@@ -0,0 +1,27 @@
+# $Id: $
+# Maintainer: Allan McRae <allan at archlinux.org>
+# Contributor: ezzetabi <ezzetabi at gawab dot com>
+
+pkgname=cloog-ppl
+pkgver=0.15
+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')
+
+build() {
+  cd $srcdir/$pkgname
+
+  ./configure --with-bits=gmp --prefix=/usr --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