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

Allan McRae allan at archlinux.org
Sun Mar 29 12:09:54 UTC 2009


    Date: Sunday, March 29, 2009 @ 08:09:53
  Author: allan
Revision: 32035

new dependancy for gcc-4.4 series

Added:
  ppl/
  ppl/repo/
  ppl/trunk/
  ppl/trunk/PKGBUILD

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

Added: ppl/trunk/PKGBUILD
===================================================================
--- ppl/trunk/PKGBUILD	                        (rev 0)
+++ ppl/trunk/PKGBUILD	2009-03-29 12:09:53 UTC (rev 32035)
@@ -0,0 +1,22 @@
+# $Id: $
+# Maintainer: Allan McRae <allan at archlinux.org>
+# Contributor: ezzetabi <ezzetabi at gawab dot com>
+
+pkgname=ppl
+pkgver=0.10
+pkgrel=1
+pkgdesc="A modern library for convex polyhedra and other numerical abstractions."
+arch=('i686' 'x86_64')
+url="http://www.cs.unipr.it/ppl"
+license=('GPL3')
+depends=('gmp>=4.1.3')
+options=('!docs')
+source=(http://www.cs.unipr.it/ppl/Download/ftp/releases/$pkgver/ppl-$pkgver.tar.gz)
+md5sums=('610a60c9bda8a36bd41f90b732f906b3')
+
+build() {
+  cd $srcdir/ppl-$pkgver
+  ./configure --prefix=/usr --enable-interfaces="c,cxx" || return 1
+  make || return 1
+  make DESTDIR=$pkgdir install || return 1
+}
\ No newline at end of file




More information about the arch-commits mailing list