[Lunar-commits] r16352 - in moonbase/trunk/libs: . aqbanking
Florin Braescu
florin at lunar-linux.org
Sun Sep 4 20:53:50 UTC 2005
Author: florin
Date: 2005-09-04 20:53:50 +0000 (Sun, 04 Sep 2005)
New Revision: 16352
Added:
moonbase/trunk/libs/aqbanking/
moonbase/trunk/libs/aqbanking/BUILD
moonbase/trunk/libs/aqbanking/DEPENDS
moonbase/trunk/libs/aqbanking/DETAILS
Log:
bump the version from 1.2.0 to 1.6.0. major changes. the module includes now code from the old modules like aqhbci, aqdtaus and other related ones.
Added: moonbase/trunk/libs/aqbanking/BUILD
===================================================================
--- moonbase/trunk/libs/aqbanking/BUILD 2005-09-04 20:44:24 UTC (rev 16351)
+++ moonbase/trunk/libs/aqbanking/BUILD 2005-09-04 20:53:50 UTC (rev 16352)
@@ -0,0 +1,11 @@
+(
+ export LD_LIBRARY_PATH=${QT_PREFIX:-$QTDIR}/lib
+ export PATH=${QT_PREFIX:-$QTDIR}/bin:${KDE_PREFIX:-$KDEDIR}/bin:$PATH
+ export LD_RUN_PATH=${KDE_PREFIX:-$KDEDIR}/lib:${KDE_PREFIX:-$KDEDIR}/lib/kde3
+
+ ./configure --with-frontends="cbanking qbanking kbanking" \
+ $OPTS &&
+
+ default_make
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/libs/aqbanking/DEPENDS
===================================================================
--- moonbase/trunk/libs/aqbanking/DEPENDS 2005-09-04 20:44:24 UTC (rev 16351)
+++ moonbase/trunk/libs/aqbanking/DEPENDS 2005-09-04 20:53:50 UTC (rev 16352)
@@ -0,0 +1,34 @@
+depends glade2 &&
+depends gail &&
+depends libofx &&
+
+optional_depends "gwenhywfar" \
+ "--enable-gwenhywfar" \
+ "--disable-gwenhywfar" \
+ "for gwenhywfar support" &&
+
+optional_depends "libofx"\
+ "--enable-libofx" \
+ "--disable-libofx" \
+ "for OFX support" &&
+
+optional_depends "libchipcard2" \
+ "--enable-chipcard-client" \
+ "--disable-chipcard-client" \
+ "for chipcard-client support" &&
+
+optional_depends "qt3" \
+ "--enable-qt3 --enable-qt3-threads" \
+ "--disable-qt3 --disable-qt3-threads" \
+ "for Qt3 support" &&
+
+optional_depends "kdebase3" \
+ "--enable-kde3" \
+ "--disable-kde3" \
+ "for KDE support" &&
+
+optional_depends "ctypes" \
+ "--enable-python" \
+ "" \
+ "for Python bindings support"
+
Added: moonbase/trunk/libs/aqbanking/DETAILS
===================================================================
--- moonbase/trunk/libs/aqbanking/DETAILS 2005-09-04 20:44:24 UTC (rev 16351)
+++ moonbase/trunk/libs/aqbanking/DETAILS 2005-09-04 20:53:50 UTC (rev 16352)
@@ -0,0 +1,40 @@
+ MODULE=aqbanking
+ VERSION=1.6.0beta
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE/
+ SOURCE_VFY=sha1:f54ec1e305d3403fcec45de3e4bde8a465912f93
+ WEB_SITE=http://www.aquamaniac.de/$MODULE
+ ENTERED=20040919
+ UPDATED=20050903
+ SHORT="A home banking application."
+
+cat << EOF
+AqBanking has two major goals which are described in the following paragraphs.
+
+1. Generic Online Banking Interface:
+
+The intention of AqBanking is to provide a middle layer between the program
+and the various Online Banking libraries (e.g. AqHBCI, OpenHBCI etc).
+
+The real work is done in banking backends.
+One such backend is AqHBCI, a library which implements a client for the
+German HBCI (Home Banking Computer Interface) protocol.
+
+The backend AqHBCI currently supports these security media:
+ - RDH keyfile (RSA-DES-Hybrid mode)
+ - DDV chipcard (DES-DES-Verfahren)
+ - OpenHBCI keyfile (either OpenHBCI 1 or 2, this medium allows continued use
+ with OpenHBCI in parallel)
+ - PIN/TAN file (PIN/TAN mode using HTTP over SSL)
+
+2. Generic Financial Data Importer/Exporter Framework:
+
+AqBanking uses various plugins to simplify import and export of financial
+data. It also provides the administration of profiles on a per import/export
+plugin basis.
+
+There are import plugins for the following formats:
+ - DTAUS (German financial format)
+ - SWIFT (MT940 and MT942)
+and others.
+EOF
More information about the Lunar-commits
mailing list