diff options
author | Aaditya Bagga <aaditya_gnulinux@zoho.com> | 2014-01-25 21:39:43 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:14 -0600 |
commit | 9a15b1639fbcfe0841ab27c35389f1e570f5d9b7 (patch) | |
tree | bedeac0ac286008ae18e98f531067be85c24f31a /system/slack/README | |
parent | bb29f4b1f43812437f60cba81f8a428e8fcf0b85 (diff) | |
download | slackbuilds-9a15b1639fbcfe0841ab27c35389f1e570f5d9b7.tar.gz |
system/slack: Added (manage SBo packages in local repository).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/slack/README')
-rw-r--r-- | system/slack/README | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/system/slack/README b/system/slack/README new file mode 100644 index 0000000000..8cb355e8c9 --- /dev/null +++ b/system/slack/README @@ -0,0 +1,42 @@ +slack acts like a package manager for your local copy of slackbuilds. +(usually obtained from slackbuilds.org) + +It supports following functions/options: + +1) search the repository (-s) +2) info about specified package (-i) +3) readme about specified package (-r) +4) goto the package directory (-g) +5) view slackbuild (-v) +6) list files contained in specified package directory (-l) +7) description about specified package (-d) +8) get/download the package (-G) +9) build the package (-B) +10) install the built package (-I) +11) upgrade installed package with built package (-U) +12) remove installed package (-R) +13) query installed packages (-q) +14) view all packages installed from the slackbuilds repo (-a) +15) update git repo of slackbuilds (-u) + +Usage: +slack <option> [package] + +The variables used in the script, which you would probably +adjust according to your wish, are: + +1) repodir="" + # Repository for slackbuilds. + +2) srcpath="" + # Where the downloaded source packages are to be placed. + # Leave it blank for saving it in the same directory as the slackbuild. + +3) outdir="" + # Where the build package will be placed. + # Leave it blank for putting it in /tmp. + +4) gitdir="" + # Directory where the slackbuilds git repository is present. + +These variables can also be configured via editing /etc/slack/slack.conf |