mirror of
https://github.com/zuno/slackpkgplus
synced 2025-01-16 03:40:51 +01:00
8a8b27118b
- added some repository
53 lines
2.3 KiB
Text
53 lines
2.3 KiB
Text
|
|
# Enable (on) / Disable (off) slackpkg+
|
|
SLACKPKGPLUS=on
|
|
|
|
# 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:
|
|
#PKGS_PRIORITY=( restricted:vlc )
|
|
#
|
|
# If you want a multilib system, uncomment the multilib repository and set:
|
|
#PKGS_PRIORITY=( multilib:.* )
|
|
#
|
|
|
|
# List repository you want to use (defined below)
|
|
REPOPLUS=( alienbob restricted slacky ponce )
|
|
|
|
|
|
# Define mirrors (uncomment one or more mirror)
|
|
# Note: only multilib,alienbob,restricted,slacky,ponce repositories does supports GPG. If you add other
|
|
# you may need to disable gpg check in slackpkg.conf
|
|
|
|
# Slackware 14.0 - x86_64
|
|
#MIRRORPLUS['multilib']=http://taper.alienbase.nl/mirrors/people/alien/multilib/14.0/
|
|
MIRRORPLUS['alienbob']=http://taper.alienbase.nl/mirrors/people/alien/sbrepos/14.0/x86_64/
|
|
MIRRORPLUS['restricted']=http://taper.alienbase.nl/mirrors/people/alien/restricted_sbrepos/14.0/x86_64/
|
|
MIRRORPLUS['slacky']=http://repository.slacky.eu/slackware64-14.0/
|
|
MIRRORPLUS['ponce']=http://ponce.cc/slackware/slackware64-14.0/packages/
|
|
|
|
# Slackware current - x86_64
|
|
#MIRRORPLUS['multilib']=http://taper.alienbase.nl/mirrors/people/alien/multilib/current/
|
|
#MIRRORPLUS['ponce']=http://ponce.cc/slackware/slackware64-current/packages/
|
|
|
|
|
|
|
|
# Supported Repositories (see /usr/doc/slackpkg+-* for details):
|
|
#
|
|
# Supports GPG
|
|
# multilib: http://taper.alienbase.nl/mirrors/people/alien/multilib/{13.37,14.0,current}/
|
|
# alienbob: http://taper.alienbase.nl/mirrors/people/alien/sbrepos/{13.37,14.0}/{x86,x86_64}/
|
|
# restricted: http://taper.alienbase.nl/mirrors/people/alien/restricted_sbrepos/{13.37,14.0}/{x86,x86_64}/
|
|
# slacky: http://repository.slacky.eu/slackware{,64}-{13.37,14.0}/
|
|
# ponce: http://ponce.cc/slackware/slackware{,64}-{13.37,14.0,current}/packages/
|
|
#
|
|
# Does NOT supports GPG
|
|
# salixos: http://download.salixos.org/{i486,x86_64}/{13.37,14.0}/
|
|
# salixext: http://people.salixos.org/ralvex/packages/{i486,x86_64}/{13.37,14.0}/
|
|
# rlworkman: http://rlworkman.net/pkgs/{13.37,14.0}/
|
|
# slackel: http://www.slackel.gr/repo/{i486,x86_64}/current/
|
|
# slackers: http://www.slackers.it/repository/
|
|
# zerouno: http://www.z01.eu/repo-slack/slackware64-current/
|