# $Id: PKGBUILD 42707 2011-03-19 21:53:25Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: David Moore pkgname=aqbanking pkgver=5.0.5 pkgrel=1 pkgdesc="A library for online banking and financial applications" arch=(i686 x86_64 'mips64el') 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=78&file=01&dummy=aqbanking-$pkgver.tar.gz") md5sums=('b50c28887fc9fd2fc9a4d9fc996497e6') build() { cd $srcdir/aqbanking-$pkgver export PKG_CONFIG=/usr/bin/pkg-config ./configure --prefix=/usr \ --with-backends="aqhbci aqofxconnect" \ --enable-gwenhywfar make make DESTDIR=$pkgdir install }