mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
office/kmymoney: Fixed slack-desc and build tweaks.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
8939bda3ea
commit
6df3ca4bae
4 changed files with 18 additions and 15 deletions
Binary file not shown.
|
@ -2,8 +2,8 @@
|
|||
|
||||
# SlackBuild script for kmymoney
|
||||
|
||||
# Written by Gilcio Amaral <gilcio.amaral@gmail.com.
|
||||
# Copyright 2007-2008 Michiel van Wessem, Manchester, United Kingdom
|
||||
# Copyright 2010 Gilcio Amaral <gilcio.amaral@gmail.com.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -27,13 +27,15 @@
|
|||
|
||||
PRGNAM=kmymoney
|
||||
VERSION=${VERSION:-3.98.1}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
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
|
||||
|
@ -90,6 +92,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS BUGS COPYING ChangeLog* INSTALL README* TODO \
|
||||
|
|
|
@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
|
|||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Gilcio Amaral"
|
||||
EMAIL="gilcio.amaral@gmail.com"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="dsomero"
|
||||
|
|
|
@ -5,15 +5,15 @@
|
|||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
kmymoney2: kmymoney (simple financial accounting manager)
|
||||
kmymoney2:
|
||||
kmymoney2: KmyMoney is a simple financial accounting manager for KDE for
|
||||
kmymoney2: personal or small-business use. It is a complete and full
|
||||
kmymoney2: double-entry accounting software package.
|
||||
kmymoney2:
|
||||
kmymoney2: Homepage: http://kmymoney2.sourceforge.net/
|
||||
kmymoney2:
|
||||
kmymoney2:
|
||||
kmymoney2:
|
||||
kmymoney2:
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
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: double-entry accounting software package.
|
||||
kmymoney:
|
||||
kmymoney:
|
||||
kmymoney: Homepage: http://kmymoney2.sourceforge.net/
|
||||
kmymoney:
|
||||
kmymoney:
|
||||
kmymoney:
|
||||
|
|
Loading…
Reference in a new issue