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

Antonio Rojas arojas at archlinux.org
Sat Aug 18 17:11:31 UTC 2018


    Date: Saturday, August 18, 2018 @ 17:11:31
  Author: arojas
Revision: 332279

archrelease: copy trunk to staging-x86_64

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

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

Copied: libqalculate/repos/staging-x86_64/PKGBUILD (from rev 332278, libqalculate/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2018-08-18 17:11:31 UTC (rev 332279)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=libqalculate
+pkgver=2.6.2
+pkgrel=1
+pkgdesc="Multi-purpose desktop calculator"
+arch=(x86_64)
+url="http://qalculate.github.io/"
+license=(GPL)
+depends=(libxml2 curl mpfr)
+makedepends=(intltool)
+optdepends=('gnuplot: for plotting support')
+source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('bb52944426646a369a3b113d79f19bb92c7569bb3801f65f4fd416bed67e98d7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list