diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-06 15:52:42 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-06 15:52:42 +0000 |
commit | 057b42227b41445d5b898a782a38bb8316ca8407 (patch) | |
tree | 5bbb883e871834e3bd31995fc591a87d628479ba /openwrt/package | |
parent | 7d438b2bf24dd509a661f8d4aa220e87fa0e050b (diff) |
Add some mirrors
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1163 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/glib/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/openwrt/package/glib/Makefile b/openwrt/package/glib/Makefile index 594d36483..473e8b635 100644 --- a/openwrt/package/glib/Makefile +++ b/openwrt/package/glib/Makefile @@ -7,7 +7,10 @@ PKG_VERSION := 1.2.10 PKG_RELEASE := 1 PKG_MD5SUM := 6fe30dad87c77b91b632def29dd69ef9 -PKG_SOURCE_URL := ftp://ftp.gtk.org/pub/gtk/v1.2 +PKG_SOURCE_URL := ftp://ftp.gtk.org/pub/gtk/v1.2 \ + http://ftp.gwdg.de/pub/misc/grafik/gimp/gtk/v1.2/ \ + http://ftp.esat.net/mirrors/ftp.gimp.org/pub/gtk/v1.2/ \ + http://www.mirrorservice.org/sites/ftp.gimp.org/pub/gtk/v1.2/ PKG_SOURCE := $(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_CAT := zcat |