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

Evangelos Foutras foutrelis at archlinux.org
Sun Nov 12 13:17:55 UTC 2017


    Date: Sunday, November 12, 2017 @ 13:17:54
  Author: foutrelis
Revision: 309624

archrelease: copy trunk to staging-x86_64

Added:
  libqalculate/repos/staging-x86_64/
  libqalculate/repos/staging-x86_64/PKGBUILD
    (from rev 309623, libqalculate/trunk/PKGBUILD)

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

Copied: libqalculate/repos/staging-x86_64/PKGBUILD (from rev 309623, libqalculate/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2017-11-12 13:17:54 UTC (rev 309624)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=libqalculate
+pkgver=2.1.0
+pkgrel=2
+pkgdesc="Multi-purpose desktop calculator"
+arch=('i686' 'x86_64')
+url="http://qalculate.github.io/"
+license=('GPL')
+depends=('libxml2' 'curl' 'mpfr')
+makedepends=('intltool')
+optdepends=('gnuplot: for plotting support')
+options=('!makeflags')
+source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('7668ed9ab32d46d3638297985a03bc995b6aedf8b8335685e1a43393ba236f12')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list