#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)
#110607 i was putting many "common" pet pkgs in the 'quirky' repo, now using 'common'.
#110608 simplify pet pkg search order.
#111124 add arm architecture repo.
#120429 support lucid arm.
#120509 support precise arm (v12.04, Precise Pangolin, next major release after Lucid Lynx)

ARCHDIR='arm' #note, this is in variable DISTRO_TARGETARCH in /etc/DISTRO_SPECS
#DISTRO_COMPAT_VERSION also in /etc/DISTRO_SPECS (=precise)

#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)

PKG_DOCS_PET_REPOS="ibiblio.org|http://distro.ibiblio.org/quirky/${ARCHDIR}/Packages-pet-${DISTRO_COMPAT_VERSION}-official|Packages-pet-${DISTRO_COMPAT_VERSION}-official ibiblio.org|http://distro.ibiblio.org/quirky/Packages-pet-noarch-official|Packages-pet-noarch-official ibiblio.org|http://distro.ibiblio.org/quirky/${ARCHDIR}/Packages-pet-armv7-official|Packages-pet-armv7-official ibiblio.org|http://distro.ibiblio.org/quirky/${ARCHDIR}/Packages-pet-armv6-official|Packages-pet-armv6-official"

PET_REPOS="ibiblio.org|http://distro.ibiblio.org/quirky/${ARCHDIR}|Packages-pet-${DISTRO_COMPAT_VERSION}-official ftp.nluug.nl|http://ftp.nluug.nl/ftp/pub/os/Linux/distr/quirky/${ARCHDIR}|Packages-pet-${DISTRO_COMPAT_VERSION}-official uoc.gr|http://ftp.cc.uoc.gr/mirrors/linux/quirky/${ARCHDIR}|Packages-pet-${DISTRO_COMPAT_VERSION}-official ibiblio.org|http://distro.ibiblio.org/quirky|Packages-pet-noarch-official ftp.nluug.nl|http://ftp.nluug.nl/ftp/pub/os/Linux/distr/quirky|Packages-pet-noarch-official uoc.gr|http://ftp.cc.uoc.gr/mirrors/linux/quirky|Packages-pet-noarch-official ibiblio.org|http://distro.ibiblio.org/quirky/${ARCHDIR}|Packages-pet-armv7-official ftp.nluug.nl|http://ftp.nluug.nl/ftp/pub/os/Linux/distr/quirky/${ARCHDIR}|Packages-pet-armv7-official uoc.gr|http://ftp.cc.uoc.gr/mirrors/linux/quirky/${ARCHDIR}|Packages-pet-armv7-official ibiblio.org|http://distro.ibiblio.org/quirky/${ARCHDIR}|Packages-pet-armv6-official ftp.nluug.nl|http://ftp.nluug.nl/ftp/pub/os/Linux/distr/quirky/${ARCHDIR}|Packages-pet-armv6-official uoc.gr|http://ftp.cc.uoc.gr/mirrors/linux/quirky/${ARCHDIR}|Packages-pet-armv6-official"

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

PACKAGELISTS_PET_ORDER="Packages-pet-${DISTRO_COMPAT_VERSION}-official Packages-pet-noarch-official Packages-pet-armv7-official Packages-pet-armv6-official"
