slackbuilds_ponce/system/asbt/README.Slackware
Aaditya Bagga adc4bf4c51 system/asbt: Updated for version 0.9.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-11-14 02:04:41 +07:00

24 lines
774 B
Text

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/packages"
# 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.
6) buildflags="MAKEFLAGS=-j2"
# Common build flags specified while building packages
These variables can be configured via editing /etc/asbt/asbt.conf