aboutsummaryrefslogtreecommitdiff
path: root/branches/0.6/conf/simplepkg.conf.new
diff options
context:
space:
mode:
authorrudson <rudson@04377dda-e619-0410-9926-eae83683ac58>2007-07-11 17:23:07 +0000
committerrudson <rudson@04377dda-e619-0410-9926-eae83683ac58>2007-07-11 17:23:07 +0000
commitef49517418cd469582a85250bedbdf07f3964ccd (patch)
tree9cadc46a1e1057b7744e5869c576dd0593ef6678 /branches/0.6/conf/simplepkg.conf.new
parent034275b62a59a2eb1a71307e020a8de40479a255 (diff)
downloadsimplepkg-ef49517418cd469582a85250bedbdf07f3964ccd.tar.gz
simplepkg-ef49517418cd469582a85250bedbdf07f3964ccd.tar.bz2
createpkg-1.1.0: reduzido a dependência com o .slackbuildrc adicionando as variáveis ao simplepkg.conf; substituído a chamada ao eval_config por função local: load_parameters; alterado a chamada ao SlackBuild com a passagem das variáveis; substituído valor de flags de 0 e 1 por on e off; pré-atualização ao common.sh no branch 0.6.
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@400 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'branches/0.6/conf/simplepkg.conf.new')
-rw-r--r--branches/0.6/conf/simplepkg.conf.new20
1 files changed, 11 insertions, 9 deletions
diff --git a/branches/0.6/conf/simplepkg.conf.new b/branches/0.6/conf/simplepkg.conf.new
index 67c8d56..70aa70b 100644
--- a/branches/0.6/conf/simplepkg.conf.new
+++ b/branches/0.6/conf/simplepkg.conf.new
@@ -127,26 +127,28 @@ TEMPLATE_STORAGE_STYLE="own-folder"
# MKBUILD AND CREATEPKG SECTION
#---------------------------------------------------------------------
# Set SlackBuilds default directory from scripts
-SLACKBUILDS_DIR="/var/slackbuilds"
+SLACKBUILDS_DIR="/var/simplaret/slackbuilds"
# Set binaries default repository directory
-MAKEPKG_REPOS="/var/createpkg"
+MAKEPKG_REPOS="/var/simplaret/repos"
# Set sources default directory
-SOURCE_DIR="/var/sources"
+SOURCE_DIR="/var/simplaret/sources"
# Set color style
# possible values are: color,gray, none
COLOR_MODE="none"
+# Createpkg architecture
+CREATE_ARCH="i486"
+
+# Remove build files
+CREATE_CLEANUP="yes"
+
# Remove old packages from repository tree by createpkg
-# 0 enable
-# 1 desable
-REMOVE_OLD_PACKAGE=1
+REMOVE_OLD_PACKAGE="off"
# Move package to SlackBuilds-like tree
-# 0 enable
-# 1 desable
-MOVE_BIN_PACKAGE=1
+MOVE_BIN_PACKAGE="off"
#---------------------------------------------------------------------