#PKG_DOCS_PET_REPOS
#where to download the pet pkgs databases from.
#first field is for testing the url.
#second field is full URI of the database file.
#third field is name of db file when local and after being processed into standard format
# (in the case of PET databases, the names are the same and no processing is required)
#DISTRO_DB_SUBNAME=pyro

PKG_DOCS_PET_REPOS="ibiblio.org|http://distro.ibiblio.org/quirky/quirky6/armv7/packages/Packages-pet-${DISTRO_DB_SUBNAME}-official|Packages-pet-${DISTRO_DB_SUBNAME}-official ibiblio.org|http://distro.ibiblio.org/quirky/quirky6/armv7/packages/Packages-pet-xerus-official|Packages-pet-xerus-official ibiblio.org|http://distro.ibiblio.org/quirky/quirky6/noarch/packages/Packages-pet-noarch-official|Packages-pet-noarch-official"

#PET_REPOS
#hardcode the pet repos in here...
#first field is for testing the url.
#second field is full URI of the repo
#third field is the name of db-file(s) associated with that repo. it may have glob wildcards.
# ex: Packages-pet-4-official (note, url paths are in the database)

PET_REPOS="ibiblio.org|http://distro.ibiblio.org/quirky/quirky6/armv7/packages|Packages-pet-${DISTRO_DB_SUBNAME}-official ibiblio.org|http://distro.ibiblio.org/quirky/quirky6/armv7/packages|Packages-pet-xerus-official ibiblio.org|http://distro.ibiblio.org/quirky/quirky6/noarch/packages|Packages-pet-noarch-official ftp.nluug.nl|http://ftp.nluug.nl/ftp/pub/os/Linux/distr/quirky/quirky6/armv7/packages|Packages-pet-${DISTRO_DB_SUBNAME}-official ftp.nluug.nl|http://ftp.nluug.nl/ftp/pub/os/Linux/distr/quirky/quirky6/armv7/packages|Packages-pet-xerus-official ftp.nluug.nl|http://ftp.nluug.nl/ftp/pub/os/Linux/distr/quirky/quirky6/noarch/packages|Packages-pet-noarch-official uoc.gr|http://ftp.cc.uoc.gr/mirrors/linux/quirky/quirky6/armv7/packages|Packages-pet-${DISTRO_DB_SUBNAME}-official uoc.gr|http://ftp.cc.uoc.gr/mirrors/linux/quirky/quirky6/armv7/packages|Packages-pet-xerus-official uoc.gr|http://ftp.cc.uoc.gr/mirrors/linux/quirky/quirky6/noarch/packages|Packages-pet-noarch-official mirror.aarnet.edu.au|ftp://mirror.aarnet.edu.au/pub/quirky/quirky6/armv7/packages|Packages-pet-${DISTRO_DB_SUBNAME}-official mirror.aarnet.edu.au|ftp://mirror.aarnet.edu.au/pub/quirky/quirky6/armv7/packages|Packages-pet-xerus-official mirror.aarnet.edu.au|ftp://mirror.aarnet.edu.au/pub/quirky/quirky6/armv7/packages|Packages-pet-noarch-official"

#PACKAGELISTS_PET_ORDER
#this defines where Woof (and PPM) looks first and second (and third, etc.) for pet pkgs

PACKAGELISTS_PET_ORDER="Packages-pet-${DISTRO_DB_SUBNAME}-official Packages-pet-noarch-official Packages-pet-xerus-official"

