Browse Source

system/sbotools: Updated for version 3.8.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/314/head
Gene Carlson 2 months ago
committed by Willy Sudiarto Raharjo
parent
commit
544b82bcaa
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 3
      system/sbotools/README
  2. 1
      system/sbotools/doinst.sh
  3. 5
      system/sbotools/sbotools.SlackBuild
  4. 6
      system/sbotools/sbotools.info

3
system/sbotools/README

@ -4,7 +4,8 @@ sbotools is a set of Perl scripts providing a ports-like automation
interface to SlackBuilds.org. Features include dependency handling,
using a custom git branch, generating 32-bit and compat32 builds on
multilib systems, reverse dependency search and rebuild, dry run and
batch modes, gpg verification, optional build logging and more.
batch modes, gpg verification, optional build logging, checks for
missing shared object dependencies, and more.
Each included command has a man page. See sbotools(1) for executive
summaries and a startup guide. The modules are documented in man 3.

1
system/sbotools/doinst.sh

@ -13,3 +13,4 @@ config() {
config etc/sbotools/sbotools.conf.new
config etc/sbotools/sbotools.hints.new
config etc/sbotools/sbotools.colors.new

5
system/sbotools/sbotools.SlackBuild

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=sbotools
VERSION=${VERSION:-3.7}
VERSION=${VERSION:-3.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -84,7 +84,7 @@ for i in $SCRIPTS; do
install -m 0644 completions/zsh/_sbo$i $PKG/usr/share/zsh/site-functions
install -m 0644 completions/bash/sbo$i $PKG/usr/share/bash-completion/completions/sbo$i
done
# sbofind and parts of some other scripts can be used without root
# sbofind and parts of most other scripts can be used without root
mkdir -p $PKG/usr/bin
(
cd $PKG/usr/bin
@ -114,6 +114,7 @@ mkdir -p $PKG/etc/sbotools
cp etc/obsolete $PKG/etc/sbotools/obsolete
cp etc/sbotools.conf $PKG/etc/sbotools/sbotools.conf.new
cp etc/sbotools.hints $PKG/etc/sbotools/sbotools.hints.new
cp etc/sbotools.colors $PKG/etc/sbotools/sbotools.colors.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

6
system/sbotools/sbotools.info

@ -1,8 +1,8 @@
PRGNAM="sbotools"
VERSION="3.7"
VERSION="3.8"
HOMEPAGE="https://pghvlaans.github.io/sbotools/"
DOWNLOAD="https://pghvlaans.github.io/sbotools/downloads/sbotools-3.7.tar.gz"
MD5SUM="7d7333fe49fd5da3c6cf597fc100b7d8"
DOWNLOAD="https://pghvlaans.github.io/sbotools/downloads/sbotools-3.8.tar.gz"
MD5SUM="170fee87b395e61042c581312518d6dc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

Loading…
Cancel
Save