Date: Monday, March 23, 2020 @ 17:09:34
Author: jlichtblau
Revision: 603753
archrelease: copy trunk to community-staging-x86_64
Added:
aqbanking/repos/community-staging-x86_64/
aqbanking/repos/community-staging-x86_64/PKGBUILD
(from rev 603752, aqbanking/trunk/PKGBUILD)
----------+
PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
Copied: aqbanking/repos/community-staging-x86_64/PKGBUILD (from rev 603752,
aqbanking/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-03-23 17:09:34 UTC (rev 603753)
@@ -0,0 +1,34 @@
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: Sergej Pupykin <[email protected]>
+# Contributor: David Moore <[email protected]>
+
+pkgname=aqbanking
+pkgver=6.1.3
+_verid=279
+pkgrel=1
+pkgdesc="A library for online banking and financial applications"
+arch=('x86_64')
+url="https://www.aquamaniac.de/rdm/projects/aqbanking"
+license=('GPL')
+depends=('gwenhywfar' 'ktoblzcheck' 'libofx')
+options=('!makeflags')
+source=(https://www.aquamaniac.de/rdm/attachments/download/${_verid}/$pkgname-$pkgver.tar.gz
+
https://www.aquamaniac.de/rdm/attachments/download/280/$pkgname-$pkgver.tar.gz.asc)
+validpgpkeys=('42400AF5EB2A17F0A69BB551E9899D784A977416') #AqBanking Package
Key <[email protected]>
+sha256sums=('dd35fd0161e8f71f6fb7a76efc375c61e44e98c5d1203e4401b792ceac683615'
+ 'SKIP')
+
+build() {
+ cd "${srcdir}"/$pkgname-$pkgver
+
+ export PKG_CONFIG=/usr/bin/pkg-config
+ ./configure --prefix=/usr --enable-gwenhywfar \
+ --with-backends="aqhbci aqofxconnect aqpaypal"
+ make
+}
+
+package() {
+ cd "${srcdir}"/$pkgname-$pkgver
+
+ make DESTDIR="${pkgdir}" install
+}