Date: Saturday, May 16, 2020 @ 10:05:31
  Author: foutrelis
Revision: 384018

archrelease: copy trunk to staging-x86_64

Added:
  cln/repos/staging-x86_64/
  cln/repos/staging-x86_64/PKGBUILD
    (from rev 384017, cln/trunk/PKGBUILD)

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

Copied: cln/repos/staging-x86_64/PKGBUILD (from rev 384017, cln/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2020-05-16 10:05:31 UTC (rev 384018)
@@ -0,0 +1,29 @@
+# Maintainer: Eric BĂ©langer <[email protected]>
+
+pkgname=cln
+pkgver=1.3.6
+pkgrel=2
+pkgdesc="Class library for numbers"
+arch=('x86_64')
+url="https://www.ginac.de/CLN/";
+license=('GPL')
+depends=('gmp')
+makedepends=('texlive-core')
+source=(https://www.ginac.de/CLN/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('144f15a57f4b25ada0f10ff28458de03578f6f16')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make all html pdf
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install install-html install-pdf
+}

Reply via email to