diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-12-07 15:37:43 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-12-07 15:37:43 +0000 |
commit | ccf597027f3264ba877047c8952878cb3b5955c5 (patch) | |
tree | bd8103c0af75535fb55029bee2384b5a3e9300db /package/libtool | |
parent | 10c81f0a91434b1288899330c1f12905b8c2ab01 (diff) | |
download | upstream-ccf597027f3264ba877047c8952878cb3b5955c5.tar.gz upstream-ccf597027f3264ba877047c8952878cb3b5955c5.tar.bz2 upstream-ccf597027f3264ba877047c8952878cb3b5955c5.zip |
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/libtool')
-rw-r--r-- | package/libtool/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/package/libtool/Makefile b/package/libtool/Makefile index ac74a25e9f..b5926aa0bc 100644 --- a/package/libtool/Makefile +++ b/package/libtool/Makefile @@ -7,10 +7,7 @@ PKG_VERSION:=1.5.14 PKG_RELEASE:=1 PKG_MD5SUM:=049bf67de9b0eb75cd943dafe3d749ec -PKG_SOURCE_URL:=http://ftp.gnu.org/gnu/libtool/ \ - ftp://ftp.belnet.be/mirror/ftp.gnu.org/gnu/libtool/ \ - ftp://ftp.mirror.nl/pub/mirror/gnu/libtool/ \ - http://mirror.switch.ch/ftp/mirror/gnu/libtool/ +PKG_SOURCE_URL:=@GNU/libtool PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_CAT:=zcat |