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

Allan McRae allan at archlinux.org
Wed Apr 18 06:57:56 UTC 2012


    Date: Wednesday, April 18, 2012 @ 02:57:55
  Author: allan
Revision: 156420

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

Added:
  ppl/repos/testing-i686/
  ppl/repos/testing-i686/PKGBUILD
    (from rev 156417, 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 156417, ppl/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-04-18 06:57:55 UTC (rev 156420)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
+# Contributor: ezzetabi <ezzetabi at gawab dot com>
+
+pkgname=ppl
+pkgver=0.12.1
+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=('cec8144f2072ac45a850214cca97d075'
+         '43eeeb147f9d8b3608aead63486c9545')
+
+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