slackbuilds_ponce/system/asbt/README.Slackware
Aaditya Bagga 83e479476c system/asbt: Updated for version 1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-12-19 12:57:17 +07:00

27 lines
804 B
Text

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"
# Build flags specified while building a package
These variables can be configured via editing /etc/asbt/asbt.conf
(or $HOME/.asbt.conf)
'asbt -S' can be used to setup the tool.