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

Antonio Rojas arojas at gemini.archlinux.org
Sat Jan 15 21:38:06 UTC 2022


    Date: Saturday, January 15, 2022 @ 21:38:06
  Author: arojas
Revision: 1105047

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: arb/repos/community-testing-x86_64/PKGBUILD (from rev 1105046, arb/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2022-01-15 21:38:06 UTC (rev 1105047)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=arb
+pkgver=2.22.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=(https://github.com/fredrik-johansson/arb/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('3e40ab8cf61c0cd63d5901064d73eaa2d04727bbdc6eebb1727997958a14f24d')
+
+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