aboutsummaryrefslogtreecommitdiff
path: root/branches/0.6/conf/simplepkg.conf.new
diff options
context:
space:
mode:
Diffstat (limited to 'branches/0.6/conf/simplepkg.conf.new')
-rw-r--r--branches/0.6/conf/simplepkg.conf.new20
1 files changed, 20 insertions, 0 deletions
diff --git a/branches/0.6/conf/simplepkg.conf.new b/branches/0.6/conf/simplepkg.conf.new
index 6a3c687..8878dcf 100644
--- a/branches/0.6/conf/simplepkg.conf.new
+++ b/branches/0.6/conf/simplepkg.conf.new
@@ -123,3 +123,23 @@ 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
+SLACKBUILD_DIR="/var/slackbuilds"
+
+# Set binaries default repository directory
+MAKEPKG_REPOS="/var/createpkg"
+
+# 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
+
+#---------------------------------------------------------------------