Slackbuilds for various Applications Queues for SBOPKG (https://sbopkg.org)
Folder SBoPKGs/
contains queue-files to be used with SBOPKG in order to compile and install packages from Slackbuilds.org. The queue-files also contain build-options that may be used along with the queue.
Additionally, each queue-file also has a text-file with the same name, which briefly describes the main-application.
Folder Slackbuilds/
contains several Slackbuilds in the style of the ones found on Slackbuilds.org or on Alien-Bob's Repository.
Its pkg/
directory contains a pre-compiled binary - USE AT YOUR OWN RISK.
The safer way is to build it yourself with the help of the Slackbuild in the build/
directory. That one also contains a *.get-SB.sh
script which can be used to fetch all necessary build-files (*.SlackBuild, *.desc and the source-code or convertable binary).
The name of the folders inside Slackbuilds/
represent packages. Folders with a ~bin attached are Slackbuilds that do not build from sourcecode, but converting already compiled packages into Slackware-conform .tgz archives.
Example: Slackbuilds/min~bin/
|- README.md
|
|- SBoPKGs/
| |- *.txt
| '- *.sqf
|
'- Slackbuilds/
|- .../
| |- pkg64/
| | '-%VER%/
| | |- *.lst
| | |- *.meta
| | |- *.txt
| | |- *.asc
| | |- *.md5
| | |- *.sha256
| | '- *.tgz
| |
| '- build/
| |- *.SlackBuild
| |- *.desc
| '- *.get-SB.sh
|
'- .../