office/kmymoney: Updated for version 4.5.2.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Gilcio Amaral 2011-03-03 22:35:48 -06:00 committed by Robby Workman
parent 2cd06312ac
commit c649e8f418
4 changed files with 15 additions and 16 deletions

View file

@ -1,7 +1,4 @@
KmyMoney is a simple financial accounting manager for KDE for personal or
small-business use. It is a full double-entry accounting software package.
libofx is an optional dependency (for ofxbanking support). Other features
such as KBanking are supported through plugins detected and enabled during
the configure process. See http://kmymoney2.sourceforge.net/plugins.html
for more information.
libofx is an optional dependency if you want support for ofxbanking.

View file

@ -26,14 +26,16 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=kmymoney
VERSION=${VERSION:-4.5.1}
VERSION=${VERSION:-4.5.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@ -44,14 +46,14 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
LIBDIRSUFFIX=""
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
@ -84,7 +86,7 @@ cd build
make VERBOSE=1
make install VERBOSE=1 DESTDIR=$PKG
cd -
cd ..
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true

View file

@ -1,8 +1,8 @@
PRGNAM="kmymoney"
VERSION="4.5.1"
VERSION="4.5.2"
HOMEPAGE="http://kmymoney2.sourceforge.net/index-home.html"
DOWNLOAD="http://downloads.sourceforge.net/kmymoney2/kmymoney-4.5.1.tar.bz2"
MD5SUM="b84e4871019a7f44848e65702c4ce3a2"
DOWNLOAD="http://downloads.sourceforge.net/kmymoney2/kmymoney-4.5.2.tar.bz2"
MD5SUM="c4b46a3e111e90802add05c8c0ae2d03"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Gilcio Amaral"

View file

@ -9,7 +9,7 @@
kmymoney: kmymoney (simple financial accounting manager)
kmymoney:
kmymoney: KmyMoney is a simple financial accounting manager for KDE for
kmymoney: personal or small-business use. It is a complete and full
kmymoney: personal or small-business use. It is a complete and full
kmymoney: double-entry accounting software package.
kmymoney:
kmymoney: Homepage: http://kmymoney2.sourceforge.net/