aboutsummaryrefslogtreecommitdiff
path: root/trunk/conf
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/conf')
-rw-r--r--trunk/conf/simplepkg.conf.new27
1 files changed, 27 insertions, 0 deletions
diff --git a/trunk/conf/simplepkg.conf.new b/trunk/conf/simplepkg.conf.new
index 927d870..50ea4ad 100644
--- a/trunk/conf/simplepkg.conf.new
+++ b/trunk/conf/simplepkg.conf.new
@@ -123,3 +123,30 @@ TEMPLATE_FOLDER="/etc/simplepkg/templates"
# This variable has backwards purposes only, so dont change it.
TEMPLATE_STORAGE_STYLE="own-folder"
+#---------------------------------------------------------------------
+# MKBUILD AND CREATEPKG SECTION
+#---------------------------------------------------------------------
+# Set SlackBuilds default directory from scripts
+SLACKBUILDS_DIR="/var/slackbuilds"
+
+# Set binaries default repository directory
+#MAKEPKG_REPOS="/var/createpkg"
+
+# Set sources default directory
+#SOURCE_DIR="/var/sources"
+
+# Set color style
+# possible values are: color,gray, none
+#COLOR_MODE="none"
+
+# Remove old packages from repository tree by createpkg
+# 0 enable
+# 1 desable
+#REMOVE_OLD_PACKAGE=1
+
+# Move package to SlackBuilds-like tree
+# 0 enable
+# 1 desable
+#MOVE_BIN_PACKAGE=1
+
+#---------------------------------------------------------------------