4593288 [rkeene@sledge /home/rkeene/projects/build]$ cat kmymoney2.txt
# SHORT DESC: A free personal finance manager for KDE
# LONG DESC: KMyMoney is a personal finance manager for KDE. It operates in a manner similar to MS Money and Quicken and supports different account types, categorisation of expenses, QIF import/export, multiple currencies, and online banking.

# Find KDE install paths
prefix="`kde-config --expandvars --prefix`"
libdir="${prefix}/lib`kde-config --libsuffix`"

./configure --prefix="${prefix}" --libdir="${libdir}" --sysconfdir=/etc --localstatedir=/var && \
make && \
make install || exit 1
4593289 [rkeene@sledge /home/rkeene/projects/build]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 2012-05-07 00:52:06