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

Antonio Rojas arojas at archlinux.org
Fri Dec 2 18:47:16 UTC 2016


    Date: Friday, December 2, 2016 @ 18:47:16
  Author: arojas
Revision: 197773

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 197772, arb/trunk/PKGBUILD)
  arb/repos/community-staging-x86_64/
  arb/repos/community-staging-x86_64/PKGBUILD
    (from rev 197772, 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 197772, arb/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-12-02 18:47:16 UTC (rev 197773)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=arb
+pkgver=2.9.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=('eb12562a15920d823ae62602c425cd36')
+
+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 197772, arb/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-12-02 18:47:16 UTC (rev 197773)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=arb
+pkgver=2.9.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=('eb12562a15920d823ae62602c425cd36')
+
+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