2013-04-26 17:28:00 +02:00
|
|
|
|
2012-10-10 13:44:45 +02:00
|
|
|
# Enable (on) / Disable (off) slackpkg+
|
|
|
|
SLACKPKGPLUS=on
|
2012-09-28 23:49:36 +02:00
|
|
|
|
2013-04-26 09:30:00 +02:00
|
|
|
# If two or more repositories contains some same packages, you can specify
|
|
|
|
# from which repository you prefer to search it.
|
|
|
|
# The syntax is "<repository_name>:<package_name>"
|
|
|
|
# Accepts regular expressions. To give order to an entire repository use "<repository_name>:.*"
|
|
|
|
|
|
|
|
# Examples:
|
2013-04-26 17:28:00 +02:00
|
|
|
#PKGS_PRIORITY=( alienbob:openjdk )
|
2013-04-26 09:30:00 +02:00
|
|
|
#
|
|
|
|
# If you want a multilib system, uncomment the multilib repository and set:
|
|
|
|
#PKGS_PRIORITY=( multilib:.* )
|
2013-04-26 17:28:00 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
# List repository you want to use (defined below)
|
|
|
|
REPOPLUS=( slacky zerouno restricted alienbob salixos salixext rlworkman slackel slackers )
|
2013-04-26 09:30:00 +02:00
|
|
|
|
|
|
|
|
|
|
|
# Define mirrors (uncomment one or more mirror)
|
|
|
|
# Note: You MUST disable gpg check if you select the 'salixext' or 'zerouno' !!!
|
|
|
|
#
|
|
|
|
|
|
|
|
# Slackware 14.0 - x86_64
|
2013-04-26 17:28:00 +02:00
|
|
|
#MIRRORPLUS['multilib']=http://taper.alienbase.nl/mirrors/people/alien/multilib/14.0/
|
2013-04-26 09:30:00 +02:00
|
|
|
MIRRORPLUS['alienbob']=http://taper.alienbase.nl/mirrors/people/alien/sbrepos/14.0/x86_64/
|
2013-04-26 17:28:00 +02:00
|
|
|
MIRRORPLUS['restricted']=http://taper.alienbase.nl/mirrors/people/alien/restricted_sbrepos/14.0/x86_64/
|
2013-04-26 09:30:00 +02:00
|
|
|
MIRRORPLUS['slacky']=http://repository.slacky.eu/slackware64-14.0/
|
|
|
|
MIRRORPLUS['salixos']=http://download.salixos.org/x86_64/14.0/
|
|
|
|
MIRRORPLUS['salixext']=http://people.salixos.org/ralvex/packages/x86_64/14.0/
|
2013-04-26 17:28:00 +02:00
|
|
|
MIRRORPLUS['rlworkman']=http://rlworkman.net/pkgs/14.0/
|
2013-04-26 09:30:00 +02:00
|
|
|
|
|
|
|
# Slackware 14.0 - i386
|
|
|
|
#MIRRORPLUS['alienbob']=http://taper.alienbase.nl/mirrors/people/alien/sbrepos/14.0/x86/
|
2013-04-26 17:28:00 +02:00
|
|
|
#MIRRORPLUS['restricted']=http://taper.alienbase.nl/mirrors/people/alien/restricted_sbrepos/14.0/x86/
|
2013-04-26 09:30:00 +02:00
|
|
|
#MIRRORPLUS['slacky']=http://repository.slacky.eu/slackware-14.0/
|
|
|
|
#MIRRORPLUS['salixos']=http://download.salixos.org/i486/14.0/
|
|
|
|
#MIRRORPLUS['salixext']=http://people.salixos.org/ralvex/packages/i486/14.0/
|
2013-04-26 17:28:00 +02:00
|
|
|
#MIRRORPLUS['rlworkman']=http://rlworkman.net/pkgs/14.0/
|
2013-04-26 09:30:00 +02:00
|
|
|
|
|
|
|
# Slackware current - x86_64
|
|
|
|
#MIRRORPLUS['multilib']=http://taper.alienbase.nl/mirrors/people/alien/multilib/current/
|
2013-04-26 17:28:00 +02:00
|
|
|
MIRRORPLUS['slackel']=http://www.slackel.gr/repo/x86_64/current/
|
|
|
|
MIRRORPLUS['zerouno']=http://www.z01.eu/repo-slack/slackware64-current/
|
|
|
|
MIRRORPLUS['slackers']=http://www.slackers.it/repository/
|
2013-04-26 09:30:00 +02:00
|
|
|
|
|
|
|
# Slackware current - i386
|
|
|
|
#MIRRORPLUS['slackel']=http://www.slackel.gr/repo/i486/current/
|
2012-10-10 13:44:45 +02:00
|
|
|
|