business/stansoft: Updated for version 7.19.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Stansoft 2020-05-02 09:54:20 +07:00 committed by Willy Sudiarto Raharjo
parent 16883eb155
commit 25330fc245
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
4 changed files with 10 additions and 11 deletions

View File

@ -4,8 +4,7 @@ Informix Innovator-C database, which can be downloaded free of charge from
IBM. There is no limit on the number of users per installation, which
allows for scalability from small to large companies. The user interface
is ncurses / terminal based to optimize data entry efficiency. It can be
run locally or deployed remotely on a virtual private server (VPS) in the
cloud.
run locally or deployed remotely on a virtual cloud server.
You must have a stansoft user and group to run this script:
# groupadd -g 325 stansoft

View File

@ -11,9 +11,9 @@ stansoft:
stansoft: Stansoft is Linux financial accounting software for business.
stansoft: There is no limit on the number of users per installation, which
stansoft: allows for scalability from small to large companies.
stansoft: The user interface is ncurses / terminal based to optimize data entry
stansoft: efficiency. It can be run locally or deployed remotely on a virtual
stansoft: private server (VPS) in the cloud.
stansoft: The user interface is ncurses / terminal based to optimize data
stansoft: entry efficiency. It can be run locally or deployed remotely on
stansoft: a virtual cloud server.
stansoft:
stansoft: After installing the Slackbuild you must run the Stansoft
stansoft: installation script /opt/stansoft/install

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=stansoft
VERSION=${VERSION:-7.18}
VERSION=${VERSION:-7.19}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,10 +1,10 @@
PRGNAM="stansoft"
VERSION="7.18"
VERSION="7.19"
HOMEPAGE="http://www.stansoft.org"
DOWNLOAD="http://download.stansoft.org/files/stansoft-v7.18-x86.tar.bz2"
MD5SUM="0fcfc72720c2668e52b1ea091ed8d5cf"
DOWNLOAD_x86_64="http://download.stansoft.org/files/stansoft-v7.18-x86_64.tar.bz2"
MD5SUM_x86_64="e2f72a6eed3b9a9e0ce9fca0e99090f0"
DOWNLOAD="http://download.stansoft.org/files/stansoft-v7.19-x86.tar.bz2"
MD5SUM="6eacb817ae4a84c476f4539f1135417a"
DOWNLOAD_x86_64="http://download.stansoft.org/files/stansoft-v7.19-x86_64.tar.bz2"
MD5SUM_x86_64="051a8f6987810fd658e9cee594a9f013"
REQUIRES=""
MAINTAINER="Stansoft"
EMAIL="info@stansoft.org"