# 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=^aaa_elflibs,^devs,^glibc-.*,^kernel-.*,^udev,.*-[0-9]+dl$,x86_64,i[3456]86
EXCLUDE=^aaa-.*,^fatdog-scripts,^fatdog-bins,^glibc$,^xorg-server$

# Official package repository and its mirros
# Points to directory with a PACKAGES.TXT.
# Enable only one of these
SOURCE=http://distro.ibiblio.org/fatdog/packages/810/:OFFICIAL
#SOURCE=http://ftp.nluug.nl/ibiblio/distributions/fatdog/packages/810/:OFFICIAL
#SOURCE=http://ftp.cc.uoc.gr/mirrors/linux/fatdog/packages/810/:OFFICIAL

# Contributed packages
# Enable only one of these
SOURCE=http://distro.ibiblio.org/fatdog/contrib/packages/810/:DEFAULT
#SOURCE=http://ftp.nluug.nl/ibiblio/distributions/fatdog/contrib/packages/810/:DEFAULT
#SOURCE=http://ftp.cc.uoc.gr/mirrors/linux/fatdog/contrib/packages/810/:DEFAULT

# Smokey01's contributor's repo
# Enable as needed
#SOURCE=http://www.smokey01.com/fd800/packages/:DEFAULT

# Packages on a CD/DVD.
# SOURCE=file:///mnt/cdrom/:OFFICIAL
#SOURCE=file:///archive/repo/

# Home made packages.
# SOURCE=file:///var/www/packages/:CUSTOM
