[arch-commits] Commit in libqalculate/repos (staging-x86_64 staging-x86_64/PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Jan 11 07:22:20 UTC 2019
Date: Friday, January 11, 2019 @ 07:22:19
Author: felixonmars
Revision: 343560
archrelease: copy trunk to staging-x86_64
Added:
libqalculate/repos/staging-x86_64/
libqalculate/repos/staging-x86_64/PKGBUILD
(from rev 343559, libqalculate/trunk/PKGBUILD)
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: libqalculate/repos/staging-x86_64/PKGBUILD (from rev 343559, libqalculate/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-01-11 07:22:19 UTC (rev 343560)
@@ -0,0 +1,26 @@
+# Maintainer: Eric BĂ©langer <eric at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=libqalculate
+pkgver=2.8.2
+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=('12c41d9a56c89240d8f0e39cac98e66703c620b3a08cb6f39d54193199534a51')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list