[arch-commits] Commit in libcerf/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Nov 12 16:42:12 UTC 2020
Date: Thursday, November 12, 2020 @ 16:42:12
Author: arojas
Revision: 400600
archrelease: copy trunk to extra-x86_64
Added:
libcerf/repos/extra-x86_64/PKGBUILD
(from rev 400599, libcerf/trunk/PKGBUILD)
Deleted:
libcerf/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 51 ++++++++++++++++++++++++++-------------------------
1 file changed, 26 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 16:41:55 UTC (rev 400599)
+++ PKGBUILD 2020-11-12 16:42:12 UTC (rev 400600)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=libcerf
-pkgver=2.0
-pkgrel=1
-pkgdesc="Self-contained numeric library that provides an efficient and accurate implementation of complex error functions"
-arch=(x86_64)
-url="https://jugit.fz-juelich.de/mlz/libcerf/"
-license=(custom)
-depends=(glibc)
-makedepends=(cmake)
-source=(https://jugit.fz-juelich.de/mlz/libcerf/-/archive/v$pkgver/libcerf-v$pkgver.tar.gz)
-sha256sums=('c86e8b1ea18ac7747582e83dba6f42f0faea1deb5005b7ffb2e508e36b579716')
-
-build() {
- cmake -B build -S $pkgname-v$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-
- install -Dm644 $pkgname-v$pkgver/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}
Copied: libcerf/repos/extra-x86_64/PKGBUILD (from rev 400599, libcerf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 16:42:12 UTC (rev 400600)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=libcerf
+epoch=1
+pkgver=1.14
+pkgrel=1
+pkgdesc="Self-contained numeric library that provides an efficient and accurate implementation of complex error functions"
+arch=(x86_64)
+url="https://jugit.fz-juelich.de/mlz/libcerf/"
+license=(custom)
+depends=(glibc)
+makedepends=(cmake)
+source=(https://jugit.fz-juelich.de/mlz/libcerf/-/archive/v$pkgver/libcerf-v$pkgver.tar.gz)
+sha256sums=('065346b3360943c9961517f8c49ae13fe956835f6fc3b53e9d307e41feec3a34')
+
+build() {
+ cmake -B build -S $pkgname-v$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+
+ install -Dm644 $pkgname-v$pkgver/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}
More information about the arch-commits
mailing list