office/kmymoney2: Initial import

This commit is contained in:
Michiel van Wessem 2010-05-11 15:03:03 +02:00 committed by Robby Workman
parent d96e385ad9
commit 091553b92f
4 changed files with 101 additions and 0 deletions

19
office/kmymoney2/README Normal file
View file

@ -0,0 +1,19 @@
KmyMoney 2 is a simple financial accounting manager for KDE for personal or
small-business use. It is a full double-entry accounting software package
compatible with KDE 3.2.x and later.
The ultimate objectives of KMyMoney are...
* Familiar Features. KMyMoney intends to provide all important features
found in the commercially-available, personal finance managers. The
current release is closer than ever to that goal and more improvements
are already planned or being tested.
* Ease of use. KMyMoney strives to be the easiest open source personal
finance manager to use, especially for the non-technical user.
* Accuracy. Using time tested double entry accounting principles KMyMoney
can help ensure that your finances are kept in correct order.
This compiles a package without support for kbanking or ofxbanking.

View file

@ -0,0 +1,63 @@
#!/bin/sh
# Slackware build script for: kmymoney2
# Written by: Michiel van Wessem (BP{k}) <michiel@slackbuilds.org>
set -e
PRGNAM=kmymoney2
VERSION=0.8.6
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
DOCFILES="AUTHORS COPYING ChangeLog* INSTALL README*"
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
fi
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
rm -rf $TMP/$PRGNAM-$VERSION
cd $TMP
tar -xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R a-s,u+w,go+r-w .
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure --prefix=/opt/kde \
--localstatedir=/var \
--sysconfdir=/etc \
--program-prefix="" \
--program-suffix="" \
--disable-debug \
--enable-leak-check \
--enable-pdf-docs
make
make install-strip DESTDIR=$PKG
( cd $PKG/usr/man
find . -type f -exec gzip -9 {} \;
for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
)
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a $DOCFILES $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 644 {} \;
mkdir $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz

View file

@ -0,0 +1,8 @@
PRGNAM="kmymoney2"
VERSION="0.8.6"
HOMEPAGE="http://kmymoney2.sourceforge.net/index-home.html"
DOWNLOAD="http://dl.sourceforge.net/kmymoney2/kmymoney2-0.8.6.tar.gz"
MD5SUM="4a1f1ff16c1f02d4e6ce3263c44daf74"
MAINTAINER="Michiel van Wessem"
EMAIL="michiel.van.wessem@gmail.com"
APPROVED="rworkman"

View file

@ -0,0 +1,11 @@
kmymoney2: KmyMoney
kmymoney2:
kmymoney2: KmyMoney 2 is a simple financial accounting manager for KDE
kmymoney2: for personal or small-business use.
kmymoney2: We are a full double-entry accounting software package
kmymoney2: compatible with KDE 3.2.x
kmymoney2:
kmymoney2: Homepage: http://kmymoney2.sourceforge.net/
kmymoney2:
kmymoney2:
kmymoney2: