summaryrefslogtreecommitdiffstats
path: root/system/asbt/README
blob: 32b720e878fd25af278e8bed675270c2d194dc74 (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
25
26
asbt is a tool for managing packages in your local copy of slackbuilds,
usually obtained from http://slackbuilds.org/ (SBo).

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.

These variables can also be configured via editing /etc/asbt/asbt.conf