Date: Monday, December 7, 2015 @ 13:36:27
Author: bpiotrowski
Revision: 149817
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
aqbanking/repos/community-staging-i686/
aqbanking/repos/community-staging-i686/PKGBUILD
(from rev 149816, aqbanking/trunk/PKGBUILD)
aqbanking/repos/community-staging-x86_64/
aqbanking/repos/community-staging-x86_64/PKGBUILD
(from rev 149816, aqbanking/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 30 ++++++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 30 ++++++++++++++++++++++++++++++
2 files changed, 60 insertions(+)
Copied: aqbanking/repos/community-staging-i686/PKGBUILD (from rev 149816,
aqbanking/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-07 12:36:27 UTC (rev 149817)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: David Moore <[email protected]>
+
+pkgname=aqbanking
+pkgver=5.5.1
+_dnrel=118
+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=('6069af5cafb97d1f4d3a8a08ba58b876')
+
+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
+}
Copied: aqbanking/repos/community-staging-x86_64/PKGBUILD (from rev 149816,
aqbanking/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-12-07 12:36:27 UTC (rev 149817)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: David Moore <[email protected]>
+
+pkgname=aqbanking
+pkgver=5.5.1
+_dnrel=118
+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=('6069af5cafb97d1f4d3a8a08ba58b876')
+
+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
+}