[arch-commits] Commit in ppl/repos (4 files)

Antonio Rojas arojas at archlinux.org
Mon Jun 6 16:41:14 UTC 2016


    Date: Monday, June 6, 2016 @ 18:41:13
  Author: arojas
Revision: 178033

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  ppl/repos/community-staging-i686/
  ppl/repos/community-staging-i686/PKGBUILD
    (from rev 178032, ppl/trunk/PKGBUILD)
  ppl/repos/community-staging-x86_64/
  ppl/repos/community-staging-x86_64/PKGBUILD
    (from rev 178032, ppl/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: ppl/repos/community-staging-i686/PKGBUILD (from rev 178032, ppl/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-06-06 16:41:13 UTC (rev 178033)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: ezzetabi <ezzetabi at gawab dot com>
+
+pkgname=ppl
+pkgver=1.2
+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)
+md5sums=('2b43339316a3139fd75c7e8ca7ddc201')
+validpgpkeys=('058E41DB299DE2DD0AC649CA881457CBB5944392') # Roberto Bagnara
+
+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
+}

Copied: ppl/repos/community-staging-x86_64/PKGBUILD (from rev 178032, ppl/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-06-06 16:41:13 UTC (rev 178033)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: ezzetabi <ezzetabi at gawab dot com>
+
+pkgname=ppl
+pkgver=1.2
+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)
+md5sums=('2b43339316a3139fd75c7e8ca7ddc201')
+validpgpkeys=('058E41DB299DE2DD0AC649CA881457CBB5944392') # Roberto Bagnara
+
+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
+}



More information about the arch-commits mailing list