diff options
author | aaditya <aaditya_gnulinux@zoho.com> | 2014-02-10 07:25:15 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-02-11 12:15:07 -0600 |
commit | f1739bc786336345c6f0680278d5b3a298f29215 (patch) | |
tree | f02e15a42cac0e33466ba2e00793e84706e3b51f /system/asbt/README | |
parent | 2037ae7eee4d1f90e07b2e3dcbd0b9ec54aeb305 (diff) | |
download | slackbuilds-f1739bc786336345c6f0680278d5b3a298f29215.tar.gz |
system/asbt: Added (Managing SBo packages in local repository).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/asbt/README')
-rw-r--r-- | system/asbt/README | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/system/asbt/README b/system/asbt/README new file mode 100644 index 0000000000..5d2fa40fe6 --- /dev/null +++ b/system/asbt/README @@ -0,0 +1,29 @@ +asbt acts like a package manager for your local copy of slackbuilds. +(usually obtained from slackbuilds.org) + +It supports searching (-s), viewing information (-i,-r,-d,-v) , +downloading (-g), building (-B), and installing/removing/upgrading packages. + +The list of available options is present in the readme and the man page. + +The variables used in the script, which you would probably +adjust according to your wish, are: + +1) repodir="/home/$USER/slackbuilds" + # Repository for slackbuilds. + +2) srcdir="/home/$USER/src" + # Where the downloaded source packages are to be placed. + # Leave it blank for saving it in the same directory as the slackbuild. + +3) outdir="/home/$USER/src" + # Where the build package will be placed. + # Leave it blank for putting it in /tmp. + +4) gitdir="/home/$USER/git/slackbuilds/.git" + # Directory where the slackbuilds git repository is present. + +5) editor="/usr/bin/vim" + # Editor for viewing/editing slackbuilds. + +These variables can also be configured via editing /etc/asbt/asbt.conf |