[arch-commits] Commit in cloog-ppl/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Sun Mar 29 14:11:54 UTC 2009
Date: Sunday, March 29, 2009 @ 10:11:54
Author: allan
Revision: 32176
upgpkg: cloog-ppl 0.15-1
new dependancy for gcc-4.4
Added:
cloog-ppl/trunk/PKGBUILD
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Added: PKGBUILD
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2009-03-29 14:11:54 UTC (rev 32176)
@@ -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