[arch-commits] Commit in aqbanking/repos (2 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Mon Feb 12 21:59:49 UTC 2018


    Date: Monday, February 12, 2018 @ 21:59:48
  Author: jlichtblau
Revision: 293656

archrelease: copy trunk to community-staging-x86_64

Added:
  aqbanking/repos/community-staging-x86_64/
  aqbanking/repos/community-staging-x86_64/PKGBUILD
    (from rev 293655, aqbanking/trunk/PKGBUILD)

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

Copied: aqbanking/repos/community-staging-x86_64/PKGBUILD (from rev 293655, aqbanking/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-02-12 21:59:48 UTC (rev 293656)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: David Moore <davidm at sjsoft.com>
+
+pkgname=aqbanking
+pkgver=5.7.8
+_dnrel=217
+pkgrel=1
+pkgdesc="A library for online banking and financial applications"
+arch=('x86_64')
+url="https://www.aquamaniac.de/sites/aqbanking/index.php"
+license=('GPL')
+depends=('gwenhywfar' 'ktoblzcheck' 'libofx')
+options=('!makeflags')
+source=("$pkgname-$pkgver.tar.gz::https://www.aquamaniac.de/sites/download/download.php?package=03&release=${_dnrel}&file=02&dummy=$pkgname-$pkgver.tar.gz"
+        "$pkgname-$pkgver.tar.gz.asc::https://www.aquamaniac.de/sites/download/download.php?package=03&release=${_dnrel}&file=01&dummy=$pkgname-$pkgver.tar.gz.asc")
+validpgpkeys=('88491B1E68624A5AE5068262895C619C3CA35783') #Martin Preuss <martin at libchipcard.de>
+sha256sums=('16f86e4cc49a9eaaa8dfe3206607e627873208bce45a70030c3caea9b5afc768'
+            'SKIP')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  export PKG_CONFIG=/usr/bin/pkg-config
+  ./configure --prefix=/usr --enable-gwenhywfar \
+              --with-backends="aqhbci aqofxconnect"
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list