Date: Saturday, October 26, 2013 @ 17:42:18
  Author: lcarlier
Revision: 99271

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 99270, aqbanking/trunk/PKGBUILD)
  aqbanking/repos/community-staging-x86_64/
  aqbanking/repos/community-staging-x86_64/PKGBUILD
    (from rev 99270, aqbanking/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: aqbanking/repos/community-staging-i686/PKGBUILD (from rev 99270, 
aqbanking/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2013-10-26 15:42:18 UTC (rev 99271)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: David Moore <[email protected]>
+
+pkgname=aqbanking
+pkgver=5.0.25
+_dnrel=95
+pkgrel=2
+pkgdesc="A library for online banking and financial applications"
+arch=(i686 x86_64)
+options=('!libtool')
+url="http://www.aquamaniac.de/aqbanking";
+license=('GPL')
+depends=('gwenhywfar' 'ktoblzcheck' 'libofx')
+options=('!makeflags' '!libtool')
+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=('b238639962128ce25db81870f65173d9')
+
+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 99270, 
aqbanking/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-10-26 15:42:18 UTC (rev 99271)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: David Moore <[email protected]>
+
+pkgname=aqbanking
+pkgver=5.0.25
+_dnrel=95
+pkgrel=2
+pkgdesc="A library for online banking and financial applications"
+arch=(i686 x86_64)
+options=('!libtool')
+url="http://www.aquamaniac.de/aqbanking";
+license=('GPL')
+depends=('gwenhywfar' 'ktoblzcheck' 'libofx')
+options=('!makeflags' '!libtool')
+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=('b238639962128ce25db81870f65173d9')
+
+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