summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-06-06 06:33:31 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-06-12 06:51:37 +0700
commit14e01194e45324d85cc874fbeef5bc2fa7664b54 (patch)
tree5c2d518fbf2e9c41df5bdf4c02792b0bb6b73cf5 /system
parent7cec7aed13b8b5bc1a1db320e03c2545e5ab853e (diff)
downloadslackbuilds-14e01194e45324d85cc874fbeef5bc2fa7664b54.tar.gz
slackbuilds-14e01194e45324d85cc874fbeef5bc2fa7664b54.tar.xz
system/asbt: Add missing README.Slackware.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/asbt/README.Slackware21
1 files changed, 21 insertions, 0 deletions
diff --git a/system/asbt/README.Slackware b/system/asbt/README.Slackware
new file mode 100644
index 0000000000..ab58bab49d
--- /dev/null
+++ b/system/asbt/README.Slackware
@@ -0,0 +1,21 @@
+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.
+
+These variables can be configured via editing /etc/asbt/asbt.conf