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

Antonio Rojas arojas at archlinux.org
Sun Dec 6 13:25:47 UTC 2020


    Date: Sunday, December 6, 2020 @ 13:25:47
  Author: arojas
Revision: 771025

archrelease: copy trunk to community-testing-x86_64

Added:
  arb/repos/community-testing-x86_64/
  arb/repos/community-testing-x86_64/PKGBUILD
    (from rev 771024, arb/trunk/PKGBUILD)

----------+
 PKGBUILD |   23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

Copied: arb/repos/community-testing-x86_64/PKGBUILD (from rev 771024, arb/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2020-12-06 13:25:47 UTC (rev 771025)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=arb
+pkgver=2.19.0
+pkgrel=1
+pkgdesc="C library for arbitrary-precision floating-point ball arithmetic"
+arch=(x86_64)
+url="http://arblib.org/"
+license=(LGPL)
+depends=(flint)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/fredrik-johansson/arb/archive/$pkgver.tar.gz")
+sha256sums=('0aec6b492b6e9a543bdb3287a91f976951e2ba74fd4de942e692e21f7edbcf13')
+
+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