Repository for Slackware Current packages.
Each directory contains everything (SlackBuild script, slack-desc file, plus all possible patch) you'll need when you want to build the packages yourself.
Source the .info
file:
source package.info
Download source code:
curl -JOL $DOWNLOAD
or
wget [--no-check-certificate] [--content-disposition] $DOWNLOAD
NOTE: wget, with some servers, doesn't set the correct filename
To build execute the .SlackBuild
script:
sh program.SlackBuild
This command builds a package which will be created in the $OUTPUT
(default /tmp
) directory.
All scrips are released under the GPL License.