Date: Monday, May 15, 2017 @ 15:23:30
  Author: spupykin
Revision: 228109

archrelease: copy trunk to community-testing-i686

Added:
  aqbanking/repos/community-testing-i686/
  aqbanking/repos/community-testing-i686/PKGBUILD
    (from rev 228108, aqbanking/trunk/PKGBUILD)

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

Copied: aqbanking/repos/community-testing-i686/PKGBUILD (from rev 228108, 
aqbanking/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD                             (rev 0)
+++ community-testing-i686/PKGBUILD     2017-05-15 15:23:30 UTC (rev 228109)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
+# Contributor: David Moore <dav...@sjsoft.com>
+
+pkgname=aqbanking
+pkgver=5.6.12
+_dnrel=208
+pkgrel=2
+pkgdesc="A library for online banking and financial applications"
+arch=(i686 x86_64)
+url="http://www.aquamaniac.de/aqbanking";
+license=('GPL')
+depends=('gwenhywfar' 'ktoblzcheck' 'libofx')
+options=('!makeflags')
+source=("aqbanking-$pkgver.tar.gz::http://www2.aquamaniac.de/sites/download/download.php?package=03&release=${_dnrel}&file=01&dummy=aqbanking-$pkgver.tar.gz";)
+md5sums=('f4476db215fe08c73d35b2018cf24739')
+
+build() {
+  cd "$srcdir"/aqbanking-$pkgver
+  export PKG_CONFIG=/usr/bin/pkg-config
+  ./configure --prefix=/usr \
+       --with-backends="aqhbci aqofxconnect" \
+       --enable-gwenhywfar
+  make
+}
+
+package() {
+  cd "$srcdir"/aqbanking-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Reply via email to