summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/sbotools/README2
-rw-r--r--system/sbotools/sbotools.SlackBuild18
-rw-r--r--system/sbotools/sbotools.info12
-rw-r--r--system/sbotools/slack-desc2
4 files changed, 16 insertions, 18 deletions
diff --git a/system/sbotools/README b/system/sbotools/README
index 1f335cf7b3..4440eedd30 100644
--- a/system/sbotools/README
+++ b/system/sbotools/README
@@ -7,7 +7,7 @@ x86_64 systems.
There are man pages for each of the sbo* commands, and more documentation,
as well as online versions of the man pages, can be found at
-http://dawnrazor.net/sbotools/documentation/
+http://pink-mist.github.io/sbotools/documentation/
sbotools bundles the required Perl module Sort::Versions with it. This does
not interfere with a copy installed from the CPAN, or from slackbuilds.org.
diff --git a/system/sbotools/sbotools.SlackBuild b/system/sbotools/sbotools.SlackBuild
index c64ebd9d81..3caf7f8c8e 100644
--- a/system/sbotools/sbotools.SlackBuild
+++ b/system/sbotools/sbotools.SlackBuild
@@ -1,11 +1,11 @@
-#!/usr/bin/bash
+#!/bin/sh
#
# Slackware build script for <sbotools>
# Written by Jacob Pipkin <j@dawnrazor.net>
# Licensed under the WTFPL <http://sam.zoy.org/wtfpl/COPYING>
PRGNAM=sbotools
-VERSION=${VERSION:-1.8}
+VERSION=${VERSION:-1.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -25,11 +25,11 @@ rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
-find . \
- \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o \
- -perm 400 \) -exec chmod 644 {} \;
+find -L . \
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# we set INSTALLMAN3DIR=none to elide the Sort::Versions.3 man page so that we
# don't clobber one from perl-Sort-Versions or Sort::Versions.
@@ -66,9 +66,7 @@ find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f
find $PKG -depth -type d -empty -delete || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/SBO-Lib
-cp -a \
- SBO-Lib/README \
- $PKG/usr/doc/$PRGNAM-$VERSION/SBO-Lib
+cp -a SBO-Lib/{README,Changes} $PKG/usr/doc/$PRGNAM-$VERSION/SBO-Lib
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/system/sbotools/sbotools.info b/system/sbotools/sbotools.info
index 33d5448d82..8b67fa38dc 100644
--- a/system/sbotools/sbotools.info
+++ b/system/sbotools/sbotools.info
@@ -1,10 +1,10 @@
PRGNAM="sbotools"
-VERSION="1.8"
-HOMEPAGE="http://dawnrazor.net/sbotools/"
-DOWNLOAD="http://dawnrazor.net/wp-content/uploads/2013/11/sbotools-1.8.tar.gz"
-MD5SUM="bbc4a3929f678074605e7b6b27917c50"
+VERSION="1.9"
+HOMEPAGE="http://pink-mist.github.io/sbotools/"
+DOWNLOAD="http://pink-mist.github.io/sbotools/downloads/sbotools-1.9.tar.gz"
+MD5SUM="2979e11461247fcf04971ee920608923"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Jacob Pipkin"
-EMAIL="j@dawnrazor.net"
+MAINTAINER="Andreas Guldstrand"
+EMAIL="andreas.guldstrand@gmail.com"
diff --git a/system/sbotools/slack-desc b/system/sbotools/slack-desc
index a6810cc51d..bac1d91296 100644
--- a/system/sbotools/slack-desc
+++ b/system/sbotools/slack-desc
@@ -13,7 +13,7 @@ sbotools: interface to slackbuilds.org. Its features include requirement
sbotools: handling and the ability to handle 32-bit and compat32 builds on
sbotools: multilib x86_64 systems.
sbotools:
-sbotools: http://dawnrazor.net/sbotools
+sbotools: https://pink-mist.github.io/sbotools/
sbotools:
sbotools:
sbotools: