https://github.com/giterlizzi/slackbuilds
Lotar's SlackBuilds for Slackware-current
https://github.com/giterlizzi/slackbuilds
package slackbuilds slackware
Last synced: 4 months ago
JSON representation
Lotar's SlackBuilds for Slackware-current
- Host: GitHub
- URL: https://github.com/giterlizzi/slackbuilds
- Owner: giterlizzi
- Created: 2015-03-30T00:07:15.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2025-03-19T21:22:19.000Z (over 1 year ago)
- Last Synced: 2025-07-31T13:33:12.591Z (11 months ago)
- Topics: package, slackbuilds, slackware
- Language: Shell
- Homepage: http://lotar.altervista.org/slackbuilds
- Size: 377 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SlackBuilds for Slackware-current by GDT
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.
## Download
Source the `.info` file:
```console
source package.info
```
Download source code:
```console
curl -JOL $DOWNLOAD
```
or
```console
wget [--no-check-certificate] [--content-disposition] $DOWNLOAD
```
**NOTE**: wget, with some servers, doesn't set the correct filename
## Build
To build execute the `.SlackBuild` script:
```console
sh program.SlackBuild
```
This command builds a package which will be created in the `$OUTPUT` (default `/tmp`) directory.
## License
All scrips are released under the GPL License.