business/stansoft: Updated for version 7.19.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
16883eb155
commit
25330fc245
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue