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

Antonio Rojas arojas at gemini.archlinux.org
Fri Jun 24 14:34:24 UTC 2022


    Date: Friday, June 24, 2022 @ 14:34:24
  Author: arojas
Revision: 1239348

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: arb/repos/community-staging-x86_64/PKGBUILD (from rev 1239347, arb/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2022-06-24 14:34:24 UTC (rev 1239348)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=arb
+pkgver=2.22.1
+pkgrel=2
+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=('1ef85518eee04885e8a90196498bc75e4e2410621d4184f2bc01d46b7080a243')
+
+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