# $Id: PKGBUILD 51223 2011-07-05 21:41:50Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: David Moore pkgname=aqbanking pkgver=5.0.11 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=84&file=01&dummy=aqbanking-$pkgver.tar.gz") md5sums=('08b42813f7a6c1ac3529e1004b66d81d') 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 }