wok-6.x rev 5483
seamonkey: fix wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 06 09:26:50 2010 +0200 (2010-05-06) |
parents | fa124f2ab0f1 |
children | 43cf4d94f50b |
files | seamonkey/receipt |
line diff
1.1 --- a/seamonkey/receipt Thu May 06 03:09:25 2010 +0000 1.2 +++ b/seamonkey/receipt Thu May 06 09:26:50 2010 +0200 1.3 @@ -9,7 +9,7 @@ 1.4 DEPENDS="gtk+ glib jpeg xorg-libX11 libIDL alsa-lib xorg-libXt GConf" 1.5 BUILD_DEPENDS="xorg-dev gtk+-dev zip libIDL coreutils xorg-libXft-dev perl alsa-lib-dev findutils" 1.6 WEB_SITE="http://www.seamonkey-project.org/" 1.7 -WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/source/$VERSION/$TARBALL" 1.8 +WGET_URL="http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/source/$VERSION/source/$TARBALL" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules()