AqBanking: Difference between revisions
From CBLFS
Jump to navigationJump to search
I updated the package description. |
|||
| Line 9: | Line 9: | ||
== Introduction to AqBanking == | == Introduction to AqBanking == | ||
AqBanking is a modular and generic interface to online banking tasks, financial file formats (import/export) and bank/country/currency information. It provides frontends for Qt, KDE, GTK, and console. | AqBanking is a modular and generic interface to online banking tasks, financial file formats (import/export) and bank/country/currency information. It provides frontends for [[Qt]], [[KDE]], [[GTK]], and console. Financial programs such as [[GnuCash]] and [[KMyMoney]] can use it for online banking. | ||
'''Project Home Page''': http://www.aquamaniac.de/aqbanking/ | |||
== Dependencies == | == Dependencies == | ||
Revision as of 12:09, 30 March 2007
| Download Source: | http://downloads.sourceforge.net/aqbanking/aqbanking-3.7.2.tar.gz |
|---|
Introduction to AqBanking
AqBanking is a modular and generic interface to online banking tasks, financial file formats (import/export) and bank/country/currency information. It provides frontends for Qt, KDE, GTK, and console. Financial programs such as GnuCash and KMyMoney can use it for online banking.
Project Home Page: http://www.aquamaniac.de/aqbanking/
Dependencies
Required
Recommended
Optional
Configuration Information
If you do not have Libglade installed add the following to configure:
--with-frontends="cbanking qbanking kbanking"
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package
make install
Multilib
32Bit
Compile the package:
export USE_ARCH=32 &&
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
PKG_CONFIG_PATH="$PKG_CONFIG_PATH32}" \
./configure --prefix=/usr --with-kde3-libs=${KDE_PREFIX}/lib \
--with-qt3-libs=${QTDIR}/lib &&
make
Install the package
make install &&
unset USE_ARCH &&
for f in {,src/{frontends,plugins/backends}/*/}*-config; do
mv -v /usr/bin/$(basename $f){,-32};
done
N32
Compile the package:
export USE_ARCH=n32 &&
CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
PKG_CONFIG_PATH="$PKG_CONFIG_PATH32}" \
./configure --prefix=/usr --libdir=/usr/lib32 \
--with-kde3-libs=${KDE_PREFIX}/lib32 \
--with-qt3-libs=${QTDIR}/lib32 &&
make
Install the package
make install &&
unset USE_ARCH &&
for f in {,src/{frontends,plugins/backends}/*/}*-config; do
mv -v /usr/bin/$(basename $f){,-n32};
done
64Bit
Compile the package:
export USE_ARCH=64 &&
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
PKG_CONFIG_PATH="$PKG_CONFIG_PATH64}" \
./configure --prefix=/usr --libdir=/usr/lib64 \
--with-kde3-libs=${KDE_PREFIX}/lib64 \
--with-qt3-libs=${QTDIR}/lib64 &&
make
Install the package
make install &&
unset USE_ARCH &&
for f in {,src/{frontends,plugins/backends}/*/}*-config; do
mv -v /usr/bin/$(basename $f){,-64};
ln -sfv multiarch_wrapper /usr/bin/$(basename $f)
done
Contents
| Installed Programs: | aqbanking-config, aqbanking-tool, cbanking-config, kbanking-config, qbanking-config, g2banking-config, aqdtaus-config, aqgeldkarte-config, aqhbci-config, aqofxconnect-config, |
|---|---|
| Installed Libraries: | libaqbanking.{la,so} |
| Installed Directories: | /usr/lib/aqbanking, /usr/include/aqbanking |