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

Antonio Rojas arojas at archlinux.org
Thu Aug 13 19:47:47 UTC 2015


    Date: Thursday, August 13, 2015 @ 21:47:47
  Author: arojas
Revision: 138318

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

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

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

Copied: arb/repos/community-staging-i686/PKGBUILD (from rev 138317, arb/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-08-13 19:47:47 UTC (rev 138318)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=arb
+pkgver=2.7.0
+pkgrel=2
+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=('f56a1d5d748f51da8ac47653bca9e2dc')
+
+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
+}

Copied: arb/repos/community-staging-x86_64/PKGBUILD (from rev 138317, arb/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-08-13 19:47:47 UTC (rev 138318)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=arb
+pkgver=2.7.0
+pkgrel=2
+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=('f56a1d5d748f51da8ac47653bca9e2dc')
+
+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
+}



More information about the arch-commits mailing list