[arch-commits] Commit in cln/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sat May 16 10:05:32 UTC 2020


    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 <eric at archlinux.org>
+
+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
+}



More information about the arch-commits mailing list