aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 5879f9293c35203159fc7f76ab3d1ddc38082cc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
sbostuff - Miscellaneous tools for working with SlackBuild.org (SBo)
build scripts. Included tools:

mkslackdesc - make a valid slack-desc from a README
mkslackinfo - generate .info and template SlackBuild
sbodeps - generate a queue file based on .info file contents
sbodl - download the sources (from the .info file)
sbofixdesc - try to fix malformed slack-desc files
sbofixinfo - try to fix malformed .info files
sbolint - examine a SBo tarball or dir, look for common errors
sbosearch - search local SBo repo
sboul - submit slackbuild tarballs to SBo, from command line
sbrename - rename a build
sbrun - run a build, with filesystem tracking and without network
sbosrc - simple client script for sbosrcarch archives
sbosrcarch - create/maintain an archive of SBo sources
sbofindsrc - attempt to find missing SBo sources
upkg - .info file aware wrapper for "upgradepkg --reinstall --install-new"

Most scripts support a --help option. Further documentation will be in
the form of comments in the scripts.

Some of these are shell scripts, some are perl. Comments are hopefully
in English :)