From f1840366d054395f40479ef261bc4b8428577c8a Mon Sep 17 00:00:00 2001 From: Stansoft Date: Fri, 1 Jan 2021 22:07:46 +0000 Subject: business/stansoft: Updated for version 7.21. Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- business/stansoft/README | 19 +++++++++---------- business/stansoft/stansoft.SlackBuild | 2 +- business/stansoft/stansoft.info | 10 +++++----- 3 files changed, 15 insertions(+), 16 deletions(-) (limited to 'business') diff --git a/business/stansoft/README b/business/stansoft/README index f320703acd..49faa20204 100644 --- a/business/stansoft/README +++ b/business/stansoft/README @@ -1,18 +1,17 @@ -Stansoft is Linux financial accounting software for business. It -uses a PostgreSQL database, which is included. You can optionally -use an IBM 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 cloud server. +Stansoft is Linux financial accounting software for business. It uses a +PostgreSQL database, which is included. You can optionally use an IBM +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 cloud server. You must have a stansoft user and group to run this script: # groupadd -g 325 stansoft # useradd -u 325 -g 325 -c \"Stansoft user\" -s /bin/bash stansoft -If you wish to use IBM Informix, please add an informix user and group -as well: +If you wish to use IBM Informix, please add informix user and group as +well # groupadd -g 326 informix # useradd -u 326 -g 326 -c \"Informix user\" -s /bin/bash informix diff --git a/business/stansoft/stansoft.SlackBuild b/business/stansoft/stansoft.SlackBuild index 6efc30d530..2a487d35cd 100644 --- a/business/stansoft/stansoft.SlackBuild +++ b/business/stansoft/stansoft.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=stansoft -VERSION=${VERSION:-7.19} +VERSION=${VERSION:-7.21} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/business/stansoft/stansoft.info b/business/stansoft/stansoft.info index 8484e35030..ab7d1df48d 100644 --- a/business/stansoft/stansoft.info +++ b/business/stansoft/stansoft.info @@ -1,10 +1,10 @@ PRGNAM="stansoft" -VERSION="7.19" +VERSION="7.21" HOMEPAGE="http://www.stansoft.org" -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" +DOWNLOAD="http://download.stansoft.org/files/stansoft-v7.21-x86.tar.bz2" +MD5SUM="187c64bc05deb0baed8b9bc3a3e3c6d5" +DOWNLOAD_x86_64="http://download.stansoft.org/files/stansoft-v7.21-x86_64.tar.bz2" +MD5SUM_x86_64="bacb9ed1cfe5f6f4466e118c953ae6ad" REQUIRES="" MAINTAINER="Stansoft" EMAIL="info@stansoft.org" -- cgit v1.2.3