summaryrefslogtreecommitdiffstats
path: root/system/sbotools
diff options
context:
space:
mode:
Diffstat (limited to 'system/sbotools')
-rw-r--r--system/sbotools/README10
-rw-r--r--system/sbotools/sbotools.SlackBuild75
-rw-r--r--system/sbotools/sbotools.info10
-rw-r--r--system/sbotools/slack-desc19
4 files changed, 0 insertions, 114 deletions
diff --git a/system/sbotools/README b/system/sbotools/README
deleted file mode 100644
index c26b872b4d..0000000000
--- a/system/sbotools/README
+++ /dev/null
@@ -1,10 +0,0 @@
-sbotools (ports-like interface to slackbuilds.org)
-
-sbotools is a set of perl scripts providing a ports-like automation
-interface to slackbuilds.org. Its features include requirement handling
-and the ability to handle 32-bit and compat32 builds on multilib
-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/
diff --git a/system/sbotools/sbotools.SlackBuild b/system/sbotools/sbotools.SlackBuild
deleted file mode 100644
index cb703f8710..0000000000
--- a/system/sbotools/sbotools.SlackBuild
+++ /dev/null
@@ -1,75 +0,0 @@
-#!/usr/bin/bash
-#
-# 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.6}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-SRCNAM=$PRGNAM
-
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-set -e
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-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 {} \;
-
-( cd SBO-Lib
- perl Makefile.PL \
- PREFIX=/usr \
- INSTALLDIRS=site \
- INSTALLVENDORMAN1DIR=/usr/man/man1 \
- INSTALLVENDORMAN3DIR=/usr/man/man3
- make
- make test
- make install DESTDIR=$PKG
-)
-
-SCRIPTS="check clean config find install remove snap upgrade"
-MANS="man1 man5"
-
-mkdir -p $PKG/usr/sbin
-for i in $SCRIPTS; do
- cp sbo$i $PKG/usr/sbin/sbo$i
-done
-
-for i in $MANS; do
- mkdir -p $PKG/usr/man/$i
- cp $i/* $PKG/usr/man/$i/
-done
-
-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
-
-find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f || true
-
-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
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-noarch-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/system/sbotools/sbotools.info b/system/sbotools/sbotools.info
deleted file mode 100644
index 8517a1fdd2..0000000000
--- a/system/sbotools/sbotools.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="sbotools"
-VERSION="1.6"
-HOMEPAGE="http://dawnrazor.net/sbotools/"
-DOWNLOAD="http://dawnrazor.net/wp-content/uploads/2013/03/sbotools-1.6.tar.gz"
-MD5SUM="cc8a362cdbced4d2c166bc9edb673f4c"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-REQUIRES="perl-Sort-Versions"
-MAINTAINER="Jacob Pipkin"
-EMAIL="j@dawnrazor.net"
diff --git a/system/sbotools/slack-desc b/system/sbotools/slack-desc
deleted file mode 100644
index a6810cc51d..0000000000
--- a/system/sbotools/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description.
-# Line up the first '|' above the ':' following the base package name, and
-# the '|' on the right side marks the last column you can put a character in.
-# You must make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':' except on otherwise blank lines.
-
- |-----handy-ruler------------------------------------------------------|
-sbotools: sbotools (ports-like interface to slackbuilds.org)
-sbotools:
-sbotools: sbotools is a set of perl scripts providing a ports-like automation
-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:
-sbotools:
-sbotools: