diff options
Diffstat (limited to 'trunk/conf/simplepkg.conf.new')
| -rw-r--r-- | trunk/conf/simplepkg.conf.new | 28 | 
1 files changed, 15 insertions, 13 deletions
diff --git a/trunk/conf/simplepkg.conf.new b/trunk/conf/simplepkg.conf.new index 50ea4ad..70aa70b 100644 --- a/trunk/conf/simplepkg.conf.new +++ b/trunk/conf/simplepkg.conf.new @@ -34,7 +34,7 @@ SIMPLARET_DOWNLOAD_FROM_NEXT_REPO="1"  # Wheter delete also patches when simplaret --purge is called;  # to enable it, set to "1" or "yes" -SIMPLARET_PURGE_PATCHES="1" +SIMPLARET_PURGE_PATCHES="0"  # Whether delete each package rigth after its installation;  # to enable it, set to "1" or "yes" @@ -55,11 +55,11 @@ PASSIVE_FTP="1"  # Http retrieval tool;  # available parameters are "wget" or "curl" -HTTP_TOOL="curl" +HTTP_TOOL="wget"  # Ftp retrieval tool;  # available parameters are "wget", "curl" or "ncftpget" -FTP_TOOL="curl" +FTP_TOOL="wget"  # Set connection timeout in seconds  CONNECT_TIMEOUT="20" @@ -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" +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"  #---------------------------------------------------------------------  | 
