# This is the default configuration file for slapt-get in Slint64-14.2.1
# 64-bit x86_64
#
# It gives priority to a Slint repository over all other repositories.
#
# The Slackware repositories below are specific in that they contain
# dependencies information. This can help users who would remove packages
# included in the Slint distribution, although this be inadvisable and
# not supported.
#
# Whenever packages with the same name are shipped in several
# repositories, the package is installed:
#   if available, from a CUSTOM repository, else
#   if available, from a PREFERRED repository, else
#   if available, from an OFFICIAL repository, else
#   if available, from a DEFAULT repository
#
# For information about the repositories and before editing this file
# please read this document:
# /usr/doc/slapt-get-git3e25960/README.slapgetrc.Slint
#
# Didier Spaier <didier~at~slint~dot~fr> 15/07/2017

# Working directory for local storage/cache.
WORKINGDIR=/var/slapt-get

# Exclude package names and expressions.
# To exclude pre and beta packages, add this to the exclude: 
#   [0-9\_\.\-]{1}pre[0-9\-\.\-]{1}
EXCLUDE=^devs,^kernel-huge-*,-i?86-,^zzz-settings

# The Slint repository
SOURCE=https://slackware.uk/slint/x86_64/slint-14.2.1/:PREFERRED
# The Slackware repository:
SOURCE=https://slackware.uk/salix/x86_64/slackware-14.2/:DEFAULT
# The Slackware extra repository
SOURCE=https://slackware.uk/salix/x86_64/slackware-14.2/extra/:DEFAULT
# The Salix repository:
# SOURCE=https://slackware.uk/salix/x86_64/14.2/:DEFAULT
# The extra-14.2 repository, cf.
# https://salixos.blogspot.fr/2016/08/our-new-extra-repository.html
# SOURCE=https://slackware.uk/salix/x86_64/extra-14.2/:DEFAULT
# The sbrepos repository from Eric Hameleers
# SOURCE=https://slackware.uk/people/alien/sbrepos/14.2/x86_64/:DEFAULT

# Local repositories: the location below is just an example, you can choose
# any location accessible by slapt-get, local or even remote.
# SOURCE=file:///var/www/packages/:CUSTOM

