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

Balló György bgyorgy at archlinux.org
Mon Jan 13 10:36:51 UTC 2020


    Date: Monday, January 13, 2020 @ 10:36:51
  Author: bgyorgy
Revision: 552317

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: aqbanking/repos/community-staging-x86_64/PKGBUILD (from rev 552316, aqbanking/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-01-13 10:36:51 UTC (rev 552317)
@@ -0,0 +1,32 @@
+# 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.99.45
+_dnrel=232
+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/${_dnrel}/$pkgname-$pkgver.tar.gz)
+# validpgpkeys=('88491B1E68624A5AE5068262895C619C3CA35783') #Martin Preuss <martin at libchipcard.de>
+sha256sums=('7e98f6eb817e6efe4a5f803af51781f7a6a8ae769a6c77ae324ed99033bd143f')
+
+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
+}



More information about the arch-commits mailing list