summaryrefslogtreecommitdiffstats
path: root/system/asbt/README.Slackware
blob: cd5b6e645c3d3615391cdce55806486702fee3e5 (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
27
28
29
30
The variables used in the script, which you would probably
adjust according to your wish, are:

1) repodir="$HOME/slackbuilds"
 # Repository for slackbuilds.

2) srcdir="$HOME/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/packages"
 # Where the build package will be placed.
 # Leave it blank for putting it in /tmp.

4) gitdir="$HOME/slackbuilds/.git"
 # Directory where the slackbuilds git repository is present.

5) editor="/usr/bin/vim"
 # Editor for viewing/editing slackbuilds.

6) buildflags="MAKEFLAGS=-j2"
 # Common build flags specified while building packages

7) ignore=""
 # Packages to ignore when checking for updates.

These variables can be configured via editing /etc/asbt/asbt.conf
(or $HOME/.config/asbt.conf)

'asbt -S' can be used to setup the tool.