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

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


    Date: Saturday, January 24, 2015 @ 11:28:56
  Author: andrea
Revision: 126520

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

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

---------------------------+
 community-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: ppl/repos/community-i686/PKGBUILD (from rev 126519, ppl/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-01-24 10:28:56 UTC (rev 126520)
@@ -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
+}

Copied: ppl/repos/community-x86_64/PKGBUILD (from rev 126519, ppl/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-01-24 10:28:56 UTC (rev 126520)
@@ -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
+}



More information about the arch-commits mailing list