[arch-commits] Commit in (libcerf libcerf/trunk libcerf/trunk/PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Jul 3 18:47:48 UTC 2018
Date: Tuesday, July 3, 2018 @ 18:47:47
Author: arojas
Revision: 351514
Add labplot dependency
Added:
libcerf/
libcerf/trunk/
libcerf/trunk/PKGBUILD
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Added: libcerf/trunk/PKGBUILD
===================================================================
--- libcerf/trunk/PKGBUILD (rev 0)
+++ libcerf/trunk/PKGBUILD 2018-07-03 18:47:47 UTC (rev 351514)
@@ -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