2010-08-17 23:05:27 +08:00
|
|
|
#
|
|
|
|
# Chakra Packages for Chakra, part of chakra-project.org
|
|
|
|
#
|
2012-08-09 09:35:13 +08:00
|
|
|
# maintainer abveritas[at]chakra-project[dot]org>
|
2010-08-17 23:05:27 +08:00
|
|
|
|
|
|
|
pkgname=aqbanking-qt4
|
2012-08-09 09:35:13 +08:00
|
|
|
pkgver=5.0.25
|
|
|
|
_dnrel=95
|
2010-08-17 23:05:27 +08:00
|
|
|
pkgrel=1
|
|
|
|
pkgdesc="A library for online banking and financial applications"
|
|
|
|
arch=(i686 x86_64)
|
|
|
|
options=('!libtool')
|
|
|
|
url="http://www.aquamaniac.de/aqbanking"
|
|
|
|
license=('GPL')
|
2011-05-11 10:46:52 +08:00
|
|
|
depends=('gwenhywfar' 'ktoblzcheck' 'libofx')
|
|
|
|
options=('!makeflags' '!libtool')
|
2011-10-07 05:28:03 +08:00
|
|
|
source=("aqbanking-$pkgver.tar.gz::http://www2.aquamaniac.de/sites/download/download.php?package=03&release=${_dnrel}&file=01&dummy=aqbanking-$pkgver.tar.gz")
|
2012-08-09 09:35:13 +08:00
|
|
|
md5sums=('b238639962128ce25db81870f65173d9')
|
2010-08-17 23:05:27 +08:00
|
|
|
|
|
|
|
build() {
|
2011-05-11 10:46:52 +08:00
|
|
|
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
|
2010-08-17 23:05:27 +08:00
|
|
|
}
|
|
|
|
|
2012-08-09 09:35:13 +08:00
|
|
|
|