slpkg/conf/slpkg.conf

79 lines
2.6 KiB
Text
Raw Normal View History

2014-11-14 13:20:07 +01:00
# Configuration file for slpkg
2014-11-11 06:53:04 +01:00
2014-11-13 12:32:40 +01:00
# slpkg.conf file is part of slpkg.
2014-11-11 06:53:04 +01:00
# Copyright 2014 Dimitris Zlatanidis <d.zlatanidis@gmail.com>
# All rights reserved.
2014-12-19 05:57:56 +01:00
# Slpkg is a user-friendly package manager for Slackware installations.
2014-11-11 06:53:04 +01:00
# 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/>.
2015-02-21 16:01:48 +01:00
# Slackware release 'stable' or 'current'.
RELEASE=stable
2014-11-11 06:53:04 +01:00
2014-12-27 11:26:59 +01:00
# Choose repositories want to work. Read first REPOSITORIES file.
2014-12-24 06:42:06 +01:00
# Available repositories : slack,sbo,alien,rlw,slacky,studio,slackr,slonly,
2015-01-07 07:23:30 +01:00
# ktown{latest},multi,slacke{18},salix,slackl,rested
2014-12-27 02:31:32 +01:00
# slackr (slackers.it) repository must used from Slackware64 current.
2014-12-25 09:47:18 +01:00
# Ktown (Alien's ktown) repository. Default ktown{latest}.
# Slacke (Enlightenment E17 and E18) repository. Default slacke{18}.
2014-12-18 16:10:02 +01:00
REPOSITORIES=slack,sbo
2014-12-02 00:27:17 +01:00
2014-11-14 13:20:07 +01:00
# Build directory for repository slackbuilds.org. In this directory
# downloaded sources and scripts for building.
2015-01-27 20:22:59 +01:00
BUILD_PATH=/tmp/slpkg/build/
2014-11-11 06:53:04 +01:00
2014-11-14 13:20:07 +01:00
# If SBO_CHECK_MD5 is 'on' the system will check all downloaded
2014-12-29 07:56:40 +01:00
# sources.
2014-11-14 13:20:07 +01:00
SBO_CHECK_MD5=on
# Download directory for others repositories that use binaries files
# for installation.
2014-11-13 12:32:40 +01:00
PACKAGES=/tmp/slpkg/packages/
# Download directory for Slackware patches file.
PATCHES=/tmp/slpkg/patches/
2014-11-11 06:53:04 +01:00
2014-11-14 13:20:07 +01:00
# 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
2014-11-21 11:51:02 +01:00
# 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
2014-11-25 10:38:40 +01:00
2014-12-02 00:27:17 +01:00
# If you want build UNSUPPORTED or UNTESTED packages choose 'y'.
SKIP_UNST=n
2014-11-25 10:38:40 +01:00
# Delete package dependencies if DEL_DEPS is on.
2014-12-27 00:26:13 +01:00
# You must be careful if you enable this option because it can remove
# packages related to distribution.
DEL_DEPS=off
2014-11-25 10:38:40 +01:00
# Use colors for highlighting. Choose 'on' or 'off'.
USE_COLORS=on
2015-01-07 08:25:48 +01:00
2015-01-08 08:21:32 +01:00
# Wget [OPTION]. Pass wget options. Default is '-c -N'.
2015-02-09 10:48:59 +01:00
WGET_OPTIONS=-c -N