[arch-commits] Commit in (arb arb/trunk arb/trunk/PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Apr 8 20:19:29 UTC 2015
Date: Wednesday, April 8, 2015 @ 22:19:29
Author: arojas
Revision: 130959
Sage 6.6 dependency
Added:
arb/
arb/trunk/
arb/trunk/PKGBUILD
----------+
PKGBUILD | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
Added: arb/trunk/PKGBUILD
===================================================================
--- arb/trunk/PKGBUILD (rev 0)
+++ arb/trunk/PKGBUILD 2015-04-08 20:19:29 UTC (rev 130959)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=arb
+pkgver=2.5.0
+pkgrel=1
+pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
+arch=(i686 x86_64)
+url="http://fredrikj.net/arb/"
+license=(GPL)
+depends=(flint)
+source=("https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz")
+md5sums=('5b2c10b103cf64f33dc7d15c1fb2948f')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --with-flint=/usr --with-gmp=/usr --with-mpfr=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Property changes on: arb/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list