diff options
Diffstat (limited to 'openwrt/package/ncurses/Makefile')
-rw-r--r-- | openwrt/package/ncurses/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/openwrt/package/ncurses/Makefile b/openwrt/package/ncurses/Makefile index e433f557e3..39674bfd9e 100644 --- a/openwrt/package/ncurses/Makefile +++ b/openwrt/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 |