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

Andrea Scarpino andrea at archlinux.org
Sat Jan 24 10:28:48 UTC 2015


    Date: Saturday, January 24, 2015 @ 11:28:48
  Author: andrea
Revision: 126519

extra2community: Moving ppl from extra to community

Added:
  ppl/
  ppl/repos/
  ppl/trunk/
  ppl/trunk/PKGBUILD

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

Added: ppl/trunk/PKGBUILD
===================================================================
--- ppl/trunk/PKGBUILD	                        (rev 0)
+++ ppl/trunk/PKGBUILD	2015-01-24 10:28:48 UTC (rev 126519)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
+# Contributor: ezzetabi <ezzetabi at gawab dot com>
+
+pkgname=ppl
+pkgver=1.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')
+options=('!docs')
+source=(http://bugseng.com/products/ppl/download/ftp/releases/$pkgver/ppl-$pkgver.tar.gz{,.sign})
+md5sums=('4f2422c0ef3f409707af32108deb30a7'
+         'SKIP')
+
+build() {
+  cd ppl-$pkgver
+  ./configure --prefix=/usr --enable-interfaces="c,cxx"
+  make
+}
+
+check() {
+  cd ppl-$pkgver
+  make check
+}
+
+package() {
+  cd ppl-$pkgver
+  make DESTDIR="$pkgdir" install
+}


Property changes on: ppl/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list