diff options
author | rudson <rudson@04377dda-e619-0410-9926-eae83683ac58> | 2007-06-18 16:58:14 +0000 |
---|---|---|
committer | rudson <rudson@04377dda-e619-0410-9926-eae83683ac58> | 2007-06-18 16:58:14 +0000 |
commit | e0da3bf1ac364cde1ffbf603699005d803e5bb78 (patch) | |
tree | fd2be2ea8f046a1839141158f40fdbeef5bdd8fd /trunk/conf | |
parent | add67aa2ed0e25b65ac48a0551b477e12d6f33ce (diff) | |
download | simplepkg-e0da3bf1ac364cde1ffbf603699005d803e5bb78.tar.gz simplepkg-e0da3bf1ac364cde1ffbf603699005d803e5bb78.tar.bz2 |
mkbuild-0.9.8: adicionado ao trunk
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@394 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/conf')
-rw-r--r-- | trunk/conf/simplepkg.conf.new | 27 |
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 + +#--------------------------------------------------------------------- |