diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-07 15:37:43 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-07 15:37:43 +0000 |
commit | 85a65c36f15153dfd078a889474de47401b800a9 (patch) | |
tree | bd8103c0af75535fb55029bee2384b5a3e9300db /package/ncurses | |
parent | 63471e4788e0a305211b9d167568b8b63e97c51f (diff) |
use the @GNU mirror facility from scripts/download.pl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2595 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ncurses')
-rw-r--r-- | package/ncurses/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/package/ncurses/Makefile b/package/ncurses/Makefile index e433f557e3..39674bfd9e 100644 --- a/package/ncurses/Makefile +++ b/package/ncurses/Makefile @@ -7,14 +7,7 @@ PKG_VERSION:=5.2 PKG_RELEASE:=8 PKG_MD5SUM:=464d6a49010cf2a6eb9ce59a264d4d47 -PKG_SOURCE_URL:=\ - ftp://ftp.gnu.org/pub/gnu/$(PKG_NAME) \ - ftp://gatekeeper.dec.com/pub/GNU/$(PKG_NAME) \ - ftp://ftp.uu.net/archive/systems/gnu/$(PKG_NAME) \ - ftp://ftp.eu.uu.net/pub/gnu/$(PKG_NAME) \ - ftp://ftp.funet.fi/pub/gnu/prep/$(PKG_NAME) \ - ftp://ftp.leo.org/pub/comp/os/unix/gnu/$(PKG_NAME) \ - ftp://ftp.digex.net/pub/gnu/$(PKG_NAME) +PKG_SOURCE_URL:=@GNU/ncurses PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_CAT:=zcat |