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
@ -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"