mirrors.mk 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. MASTER_SITE_BACKUP?= http://distfiles.${ADK_HOST}/
  4. MASTER_SITE_OPENADK?= \
  5. http://distfiles.openadk.org/ \
  6. MASTER_SITE_MIRBSD?= \
  7. http://www.mirbsd.org/MirOS/distfiles/ \
  8. http://pub.allbsd.org/MirOS/distfiles/ \
  9. ifeq ($(ADK_TARGET_KERNEL_NO_MIRROR),)
  10. MASTER_SITE_KERNEL?= \
  11. https://www.kernel.org/pub/linux/ \
  12. http://www.kernel.org/pub/linux/ \
  13. else
  14. MASTER_SITE_KERNEL?= \
  15. http://distfiles.openadk.org/ \
  16. endif
  17. MASTER_SITE_GNU?= \
  18. https://ftp.gnu.org/gnu/ \
  19. http://ftp.gnu.org/gnu/ \
  20. MASTER_SITE_SOURCEFORGE?= \
  21. http://jaist.dl.sourceforge.net/sourceforge/ \
  22. http://heanet.dl.sourceforge.net/sourceforge/ \
  23. http://netcologne.dl.sourceforge.net/sourceforge/ \
  24. http://nchc.dl.sourceforge.net/sourceforge/ \
  25. http://kent.dl.sourceforge.net/sourceforge/ \
  26. http://ufpr.dl.sourceforge.net/sourceforge/ \
  27. http://easynews.dl.sourceforge.net/sourceforge/ \
  28. MASTER_SITE_MYSQL?= \
  29. http://sunsite.informatik.rwth-aachen.de/mysql/ \
  30. ftp://ftp.fu-berlin.de/unix/databases/mysql/ \
  31. http://mysql.easynet.be/ \
  32. MASTER_SITE_GNOME?= \
  33. https://download.gnome.org/sources/ \