Skip to content

Commit

Permalink
system/sbotools: Updated for version 3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
pghvlaans committed Dec 4, 2024
1 parent e5fe738 commit f630e31
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
3 changes: 3 additions & 0 deletions system/sbotools/README
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ are compatible, but some of the options are new. It may be convenient
to examine the new file for added options and annotation when upgrading
from version 2.7.

To blacklist scripts and notify sbotools of optional dependencies, see
/etc/sbotools/sbotools.hints.

Please note that sbotools-3.x is based on an actively-maintained fork
of the repository used for versions 1.9 through 2.7. A debt of gratitude
is owed to the original author, Jacob Pipkin, longtime maintainer
Expand Down
1 change: 1 addition & 0 deletions system/sbotools/doinst.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ config() {
}

config etc/sbotools/sbotools.conf.new
config etc/sbotools/sbotools.hints.new
5 changes: 3 additions & 2 deletions system/sbotools/sbotools.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=sbotools
VERSION=${VERSION:-3.0}
VERSION=${VERSION:-3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down Expand Up @@ -73,7 +73,8 @@ for i in $MANS; do
done

mkdir -p $PKG/etc/sbotools
cp sbotools.conf $PKG/etc/sbotools/sbotools.conf.new
cp etc/sbotools.conf $PKG/etc/sbotools/sbotools.conf.new
cp etc/sbotools.hints $PKG/etc/sbotools/sbotools.hints.new

find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz; rm $i ; done
Expand Down
6 changes: 3 additions & 3 deletions system/sbotools/sbotools.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="sbotools"
VERSION="3.0"
VERSION="3.1"
HOMEPAGE="https://pghvlaans.github.io/sbotools/"
DOWNLOAD="https://pghvlaans.github.io/sbotools/downloads/sbotools-3.0.tar.gz"
MD5SUM="11a00ee87396bcd993c3cd1be8299f87"
DOWNLOAD="https://pghvlaans.github.io/sbotools/downloads/sbotools-3.1.tar.gz"
MD5SUM="2c3cced701e12dad89b70b01e6b934af"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
Expand Down

0 comments on commit f630e31

Please sign in to comment.