[arch-commits] Commit in libcerf (3 files)
Antonio Rojas
arojas at archlinux.org
Tue Jul 3 18:48:13 UTC 2018
Date: Tuesday, July 3, 2018 @ 18:48:12
Author: arojas
Revision: 351515
archrelease: copy trunk to community-x86_64
Added:
libcerf/repos/
libcerf/repos/community-x86_64/
libcerf/repos/community-x86_64/PKGBUILD
(from rev 351514, libcerf/trunk/PKGBUILD)
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: libcerf/repos/community-x86_64/PKGBUILD (from rev 351514, libcerf/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2018-07-03 18:48:12 UTC (rev 351515)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=libcerf
+pkgver=1.5
+pkgrel=1
+pkgdesc="Self-contained numeric library that provides an efficient and accurate implementation of complex error functions"
+arch=(x86_64)
+url="http://apps.jcns.fz-juelich.de/doku/sc/libcerf"
+license=(custom)
+depends=(glibc)
+makedepends=()
+source=(http://apps.jcns.fz-juelich.de/src/libcerf/$pkgname-$pkgver.tgz)
+sha256sums=('e36dc147e7fff81143074a21550c259b5aac1b99fc314fc0ae33294231ca5c86')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+
+ install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
More information about the arch-commits
mailing list