void-packages/xbps-src/common/fetch_sites.sh

21 lines
749 B
Bash
Raw Normal View History

#
# HTTP/FTP vars that can be used by templates.
#
# SITE used for ditfiles mirrors
SOURCEFORGE_SITE="http://downloads.sourceforge.net/sourceforge"
NONGNU_SITE="http://download.savannah.nongnu.org/releases"
UBUNTU_SITE="http://archive.ubuntu.com/ubuntu/pool"
XORG_SITE="http://xorg.freedesktop.org/releases/individual"
DEBIAN_SITE="http://ftp.debian.org/debian/pool"
GNOME_SITE="http://ftp.gnome.org/pub/GNOME/sources"
KERNEL_SITE="http://www.kernel.org/pub/linux"
CPAN_SITE="http://cpan.perl.org/modules/by-module"
MOZILLA_SITE="ftp://ftp.mozilla.org/pub/mozilla.org"
2011-06-24 18:54:24 +00:00
GNU_SITE="http://mirrors.kernel.org/gnu"
# repetative sub homepage's with no real project page
# ie. some gnome and xorg projects
XORG_HOME="http://xorg.freedesktop.org/wiki/"