# Configuration for slackpkg+. See /usr/doc/slackpkg+-*/README for more details # Enable (on) / Disable (off) slackpkg+ SLACKPKGPLUS=on # set to '0' to never show the download progress bar # set to '1' to show the bar only in download packages (default) # set to '2' to always show the download bar # set to '3' for a debug mode VERBOSE=2 # Enable (1) / Disable (0) the official slackpkg blacklist. May be useful to temporarily skip # the slackware blacklist. You can also override it from command line: # 'USEBL=0 slackpkg upgrade-all' USEBL=1 # Add custom option to 'wget'. # You can solve the repository indisponibility issue by set a timeout here WGETOPTS="--timeout=20 --tries=2" # Enable (on) / Disable (off) notification events (see notifymsg.conf) ENABLENOTIFY=off # Enable (on) / Disable (off) the greylist feature. See /etc/slackpkg/greylist GREYLIST=off # If two or more repositories contains some same packages, you can specify # from which repository you prefer to search it. # The syntax is ":" # Accepts regular expressions. To give priority to an entire repository use "" # Examples: #PKGS_PRIORITY=( restricted:vlc ) # OR #PKGS_PRIORITY=( myrepo ) # # if you have two reporitories to give priority you must set both in the same line #PKGS_PRIORITY=( myrepo restricted:vlc ) # # if you want to install 'ktown' repository you must set it here #PKGS_PRIORITY=( ktown ) # and read special instruction on /usr/doc/slackpkg+-*/repositories.txt PKGS_PRIORITY=( microlinux-server:.* ) # Otherwise you can try to upgrade a package from a repository that contains a package with the # same tag of the already installed package. Tipically that means to upgrade a package from the # same author of the already installed package. # Note that this method may not works properly where two repositories contains a package with the # same tag. # Set TAG_PRIORITY to 'on' to enable this function TAG_PRIORITY=off # List repositories you want to use (defined below) # remember to launch 'slackpkg update' if you modify that row. REPOPLUS=( microlinux-server ) # Define mirrors (uncomment one or more mirror; remember to add it to REPOPLUS) MIRRORPLUS['microlinux-server']=http://www.microlinux.fr/microlinux/server-14.2-32bit/ # # Supported Repositories (see /usr/doc/slackpkg+-* for details and notes): #