office/kmymoney: Updated for version 4.5.3.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Gilcio Amaral 2011-05-10 12:48:17 -05:00 committed by Robby Workman
parent 58be92e9b7
commit 4347bd8233
2 changed files with 6 additions and 8 deletions

View file

@ -2,7 +2,8 @@
# SlackBuild script for kmymoney
# Copyright 2010 Gilcio Amaral <gilcio.amaral@gmail.com.
# Maintained by Gilcio Amaral <gilcio.amaral@gmail.com.
# Copyright 2007-2008 Michiel van Wessem, Manchester, United Kingdom
# All rights reserved.
#
@ -26,16 +27,14 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=kmymoney
VERSION=${VERSION:-4.5.2}
VERSION=${VERSION:-4.5.3}
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
@ -83,7 +82,6 @@ cd build
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
-DMAN_INSTALL_DIR=/usr/man \
-DCMAKE_BUILD_TYPE=Release ..
make VERBOSE=1
make install VERBOSE=1 DESTDIR=$PKG
cd ..

View file

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