[arch-commits] Commit in libqalculate/repos (staging-x86_64 staging-x86_64/PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Jun 11 15:33:00 UTC 2018
Date: Monday, June 11, 2018 @ 15:33:00
Author: arojas
Revision: 326730
archrelease: copy trunk to staging-x86_64
Added:
libqalculate/repos/staging-x86_64/
libqalculate/repos/staging-x86_64/PKGBUILD
(from rev 326729, libqalculate/trunk/PKGBUILD)
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Copied: libqalculate/repos/staging-x86_64/PKGBUILD (from rev 326729, libqalculate/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-06-11 15:33:00 UTC (rev 326730)
@@ -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.0
+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}a/$pkgname-$pkgver.tar.gz)
+sha256sums=('0f575baac08669177c0003d1445f7b71eb37f46eccbbb35cc4595373c1f3391d')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list