slpkg/conf/slpkg.conf
Dimitris Zlatanidis fab084a6f6 fix on/off checksum
2015-06-03 07:16:23 +03:00

83 lines
2.8 KiB
Text

# Configuration file for slpkg
# slpkg.conf file is part of slpkg.
# Copyright 2014-2015 Dimitris Zlatanidis <d.zlatanidis@gmail.com>
# All rights reserved.
# Slpkg is a user-friendly package manager for Slackware installations.
# https://github.com/dslackw/slpkg
# Slpkg is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Slackware release 'stable' or 'current'.
RELEASE=stable
# Choose repositories want to work. Read first REPOSITORIES file.
# Available repositories : slack,sbo,alien,rlw,slacky,studio,slackr,slonly,
# ktown{latest},multi,slacke{18},salix,slackl,rested
# slackr (slackers.it) repository must used from Slackware64 current.
# Ktown (Alien's ktown) repository. Default ktown{latest}.
# Slacke (Enlightenment E17 and E18) repository. Default slacke{18}.
REPOSITORIES=slack,sbo
# Build directory for repository slackbuilds.org. In this directory
# downloaded sources and scripts for building.
BUILD_PATH=/tmp/slpkg/build/
# If CHECKMD5 is 'on' the system will check all downloaded
# sources and Slackware packages.
CHECKMD5=on
# Download directory for others repositories that use binaries files
# for installation.
PACKAGES=/tmp/slpkg/packages/
# Download directory for Slackware patches file.
PATCHES=/tmp/slpkg/patches/
# Delete all downloaded files if DEL_ALL is 'on'.
DEL_ALL=on
# Delete build directory after each process if DEL_BUILD is 'on'.
DEL_BUILD=off
# Keep build log file if SBO_BUILD_LOG is 'on'.
SBO_BUILD_LOG=on
# Define default answer to slpkg questions.
# Choose 'y' if you do not want to questions.
DEFAULT_ANSWER=n
# Define default answer for the removal of dependencies.
# Choose 'y' if you do not want to question.
REMOVE_DEPS_ANSWER=n
# If you want build UNSUPPORTED or UNTESTED packages choose 'y'.
SKIP_UNST=n
# Delete package dependencies if DEL_DEPS is on.
# You must be careful if you enable this option because it can remove
# packages related to distribution.
DEL_DEPS=off
# Use colors for highlighting. Choose 'on' or 'off'.
USE_COLORS=on
# Wget [OPTION]. Pass wget options. Default is '-c -N'.
WGET_OPTIONS=-c -N
# Update slackpkg ChangeLog.txt file if SLACKPKG_LOG is 'on'.
# Automatically synchronizes the command 'slackpkg update' with
# 'slpkg -c slack --upgrade'.
SLACKPKG_LOG=on