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

Allan McRae allan at archlinux.org
Tue Feb 28 23:12:17 UTC 2012


    Date: Tuesday, February 28, 2012 @ 18:12:16
  Author: allan
Revision: 151629

db-move: moved ppl from [staging] to [testing] (i686)

Added:
  ppl/repos/testing-i686/
  ppl/repos/testing-i686/PKGBUILD
    (from rev 151626, ppl/repos/staging-i686/PKGBUILD)
Deleted:
  ppl/repos/staging-i686/

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

Copied: ppl/repos/testing-i686/PKGBUILD (from rev 151626, ppl/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-02-28 23:12:16 UTC (rev 151629)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
+# Contributor: ezzetabi <ezzetabi at gawab dot com>
+
+pkgname=ppl
+pkgver=0.12
+pkgrel=1
+pkgdesc="A modern library for convex polyhedra and other numerical abstractions."
+arch=('i686' 'x86_64')
+url="http://bugseng.com/products/ppl"
+license=('GPL3')
+depends=('gmp>=5.0')
+options=('!docs' '!libtool')
+source=(http://bugseng.com/products/ppl/download/ftp/releases/$pkgver/ppl-$pkgver.tar.gz{,.sign})
+md5sums=('47a5548d4e3d98cf6b97e4fd3e5db513'
+         '41869f374e70d0a4d2faa61566365b9d')
+
+build() {
+  cd $srcdir/ppl-$pkgver
+  ./configure --prefix=/usr --enable-interfaces="c,cxx"
+  make
+}
+
+check() {
+  cd $srcdir/ppl-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/ppl-$pkgver
+  make DESTDIR=$pkgdir install
+}
+




More information about the arch-commits mailing list