[arch-commits] Commit in ppl/repos (3 files)
Allan McRae
allan at archlinux.org
Wed Apr 18 06:57:57 UTC 2012
Date: Wednesday, April 18, 2012 @ 02:57:57
Author: allan
Revision: 156421
db-move: moved ppl from [staging] to [testing] (x86_64)
Added:
ppl/repos/testing-x86_64/
ppl/repos/testing-x86_64/PKGBUILD
(from rev 156417, ppl/repos/staging-x86_64/PKGBUILD)
Deleted:
ppl/repos/staging-x86_64/
----------+
PKGBUILD | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
Copied: ppl/repos/testing-x86_64/PKGBUILD (from rev 156417, ppl/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-18 06:57:57 UTC (rev 156421)
@@ -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