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

Antonio Rojas arojas at archlinux.org
Wed Jan 17 11:07:09 UTC 2018


    Date: Wednesday, January 17, 2018 @ 11:07:08
  Author: arojas
Revision: 314978

archrelease: copy trunk to staging-x86_64

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

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

Copied: libqalculate/repos/staging-x86_64/PKGBUILD (from rev 314977, libqalculate/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2018-01-17 11:07:08 UTC (rev 314978)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=libqalculate
+pkgver=2.2.1
+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=('1752b6a046eaf84ee62a7dc8d2c874b538517956ce8affac80df09a3b55bef5d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list