academic/boinc: Updated for version 7.24.1
Signed-off-by: Edward W. Koenig <kingbeowulf@linuxgalaxy.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6a7155fa26
commit
6460e9b9dc
|
@ -4,7 +4,7 @@ Modify as needed:
|
||||||
|
|
||||||
BOINC_DIR=/var/lib/boinc_data # directory of boinc data files
|
BOINC_DIR=/var/lib/boinc_data # directory of boinc data files
|
||||||
BOINC_USER=root # user that will run boinc process
|
BOINC_USER=root # user that will run boinc process
|
||||||
OINC_OPTIONS="--dir $BOINC_DIR --redirectio"
|
BOINC_OPTIONS="--dir $BOINC_DIR --redirectio"
|
||||||
|
|
||||||
Refer to the boinc manpage for parameters you can add to
|
Refer to the boinc manpage for parameters you can add to
|
||||||
BOINC_OPTIONS.
|
BOINC_OPTIONS.
|
||||||
|
@ -23,7 +23,7 @@ fi
|
||||||
|
|
||||||
Note 1:
|
Note 1:
|
||||||
The default configuration enables boinc control on the running
|
The default configuration enables boinc control on the running
|
||||||
host via boinccmg or boincmgr on th same running host. To truly run
|
host via boinccmg or boincmgr on the same running host. To truly run
|
||||||
headless, you will need to configure boinc to allow RPC access from
|
headless, you will need to configure boinc to allow RPC access from
|
||||||
another host.
|
another host.
|
||||||
|
|
||||||
|
|
|
@ -30,8 +30,8 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=boinc
|
PRGNAM=boinc
|
||||||
VERSION=${VERSION:-7.22.0}
|
VERSION=${VERSION:-7.24.1}
|
||||||
BRANCH=${BRANCH:-7.22}
|
BRANCH=${BRANCH:-7.24}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
@ -70,7 +70,7 @@ fi
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Your default working directory location. Pass with DATADIR=<dir> Boinc.SlackBuild
|
# Your default working directory location. Pass with DATADIR=<dir> Boinc.SlackBuild
|
||||||
DATADIR=${DATADIR:-'/var/lib/boinc'}
|
DATADIR=${DATADIR:-'/var/lib/boinc_data'}
|
||||||
|
|
||||||
BOINCMGR=${BOINCMGR:-yes}
|
BOINCMGR=${BOINCMGR:-yes}
|
||||||
if [ "$BOINCMGR" = "yes" ]; then
|
if [ "$BOINCMGR" = "yes" ]; then
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="boinc"
|
PRGNAM="boinc"
|
||||||
VERSION="7.22.0"
|
VERSION="7.24.1"
|
||||||
HOMEPAGE="https://boinc.berkeley.edu/"
|
HOMEPAGE="https://boinc.berkeley.edu/"
|
||||||
DOWNLOAD="https://github.com/BOINC/boinc/archive/client_release/7.22/7.22.0/boinc-client_release-7.22-7.22.0.tar.gz"
|
DOWNLOAD="https://github.com/BOINC/boinc/archive/client_release/7.24/7.24.1/boinc-client_release-7.24-7.24.1.tar.gz"
|
||||||
MD5SUM="b245f1fcd1d2231117ee5f9d5eac509b"
|
MD5SUM="1844352e5b2ef9c9cf2325e1f991a5cc"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="wxWidgets"
|
REQUIRES="wxWidgets"
|
||||||
|
|
Loading…
Reference in New Issue