Date: Monday, August 6, 2018 @ 22:04:48
  Author: foutrelis
Revision: 331054

archrelease: copy trunk to staging-x86_64

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

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

Copied: libqalculate/repos/staging-x86_64/PKGBUILD (from rev 331053, 
libqalculate/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2018-08-06 22:04:48 UTC (rev 331054)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric BĂ©langer <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=libqalculate
+pkgver=2.6.1
+pkgrel=2
+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=('ed4c467ef8b87611f8c15794b16aef15628ba8f45aaa428619f2d58ed4248609')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Reply via email to