diff options
-rw-r--r-- | ChangeLog.md | 2 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | slackbuild/sbotools/sbotools.info | 10 | ||||
-rw-r--r-- | slackbuild/sbotools2/README (renamed from slackbuild/sbotools/README) | 10 | ||||
-rw-r--r-- | slackbuild/sbotools2/sbotools2.SlackBuild (renamed from slackbuild/sbotools/sbotools.SlackBuild) | 10 | ||||
-rw-r--r-- | slackbuild/sbotools2/sbotools2.info | 10 | ||||
-rw-r--r-- | slackbuild/sbotools2/slack-desc (renamed from slackbuild/sbotools/slack-desc) | 0 |
7 files changed, 23 insertions, 21 deletions
diff --git a/ChangeLog.md b/ChangeLog.md index 662d422..bd5109d 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## Unreleased +## [2.7.1] - 2024-11-24 ### Changed @@ -1,4 +1,4 @@ -# sbotools +# sbotools2 **[sbotools](https://pink-mist.github.io/sbotools/)** provides a ports-like interface to [slackbuilds.org](http://www.slackbuilds.org/). diff --git a/slackbuild/sbotools/sbotools.info b/slackbuild/sbotools/sbotools.info deleted file mode 100644 index 53b236b..0000000 --- a/slackbuild/sbotools/sbotools.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="sbotools" -VERSION="2.7" -HOMEPAGE="https://pink-mist.github.io/sbotools/" -DOWNLOAD="https://pink-mist.github.io/sbotools/downloads/@FILENAME@" -MD5SUM="@MD5@" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="" -MAINTAINER="Andreas Guldstrand" -EMAIL="andreas.guldstrand@gmail.com" diff --git a/slackbuild/sbotools/README b/slackbuild/sbotools2/README index 4440eed..dceb0bf 100644 --- a/slackbuild/sbotools/README +++ b/slackbuild/sbotools2/README @@ -1,6 +1,6 @@ -sbotools (ports-like interface to slackbuilds.org) +sbotools2 (ports-like interface to slackbuilds.org) -sbotools is a set of perl scripts providing a ports-like automation +sbotools2 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. @@ -9,8 +9,8 @@ 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://pink-mist.github.io/sbotools/documentation/ -sbotools bundles the required Perl module Sort::Versions with it. This does +sbotools2 bundles the required Perl module Sort::Versions with it. This does not interfere with a copy installed from the CPAN, or from slackbuilds.org. -sbotools is written and maintained by d4wnr4z0r, xocel, and pink_mist; -we can be contacted in #sbotools on freenode. +sbotools2 is a maintenance release of the original sbotools, which was +originally written and maintained by d4wnr4z0r, xocel, and pink_mist. diff --git a/slackbuild/sbotools/sbotools.SlackBuild b/slackbuild/sbotools2/sbotools2.SlackBuild index d2eb8d4..6448989 100644 --- a/slackbuild/sbotools/sbotools.SlackBuild +++ b/slackbuild/sbotools2/sbotools2.SlackBuild @@ -1,11 +1,13 @@ #!/bin/sh # -# Slackware build script for <sbotools> +# Slackware build script for <sbotools2> +# +# Updated by Slack Coder <slackcoder@server.ky> # Written by Jacob Pipkin <j@dawnrazor.net> # Licensed under the WTFPL <http://sam.zoy.org/wtfpl/COPYING> -PRGNAM=sbotools -VERSION=${VERSION:-2.7} +PRGNAM=sbotools2 +VERSION=${VERSION:-2.7.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -22,7 +24,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $SRCNAM-$VERSION -tar xvf $CWD/$SRCNAM-$VERSION.tar.gz +tar xvf $CWD/$SRCNAM-$VERSION.tar.xz cd $SRCNAM-$VERSION chown -R root:root . find -L . \ diff --git a/slackbuild/sbotools2/sbotools2.info b/slackbuild/sbotools2/sbotools2.info new file mode 100644 index 0000000..70ac94b --- /dev/null +++ b/slackbuild/sbotools2/sbotools2.info @@ -0,0 +1,10 @@ +PRGNAM="sbotools2" +VERSION="2.7.1" +HOMEPAGE="https://git.server.ky/slackcoder/sbotools2/about/" +DOWNLOAD="https://git.server.ky/slackcoder/sbotools2/snapshot/@FILENAME@" +MD5SUM="@MD5@" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +REQUIRES="" +MAINTAINER="Slack Coder" +EMAIL="slackcoder@server.ky" diff --git a/slackbuild/sbotools/slack-desc b/slackbuild/sbotools2/slack-desc index bac1d91..bac1d91 100644 --- a/slackbuild/sbotools/slack-desc +++ b/slackbuild/sbotools2/slack-desc |