diff options
author | Stansoft <info@stansoft.org> | 2021-01-01 22:07:46 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-02 10:48:26 +0700 |
commit | f1840366d054395f40479ef261bc4b8428577c8a (patch) | |
tree | c5bbe7dcc538304b3c60dd85fd37e5b185c241b2 /business | |
parent | e7e9c8c5cdc9f18790af52c3cc9a49f99fd8c4f4 (diff) | |
download | slackbuilds-f1840366d054395f40479ef261bc4b8428577c8a.tar.gz |
business/stansoft: Updated for version 7.21.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'business')
-rw-r--r-- | business/stansoft/README | 19 | ||||
-rw-r--r-- | business/stansoft/stansoft.SlackBuild | 2 | ||||
-rw-r--r-- | business/stansoft/stansoft.info | 10 |
3 files changed, 15 insertions, 16 deletions
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" |