wok-6.x rev 16938
xterm: fix wget_url (need version/tag in url)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jul 22 12:20:25 2014 +0200 (2014-07-22) |
parents | ca7fbeaed310 |
children | 2c57e6f53630 |
files | xterm/receipt |
line diff
1.1 --- a/xterm/receipt Tue Jul 22 12:09:34 2014 +0200 1.2 +++ b/xterm/receipt Tue Jul 22 12:20:25 2014 +0200 1.3 @@ -8,7 +8,7 @@ 1.4 LICENSE="MIT" 1.5 TARBALL="$PACKAGE-$VERSION.tgz" 1.6 WEB_SITE="http://invisible-island.net/xterm/" 1.7 -WGET_URL="http://invisible-island.net/datafiles/release/$PACKAGE.tar.gz" 1.8 +WGET_URL="ftp://invisible-island.net/$PACKAGE/$TARBALL" 1.9 HOST_ARCH="i486 arm" 1.10 1.11 DEPENDS="expat fontconfig freetype ncurses xorg-libXft xorg-libXt xorg-libXaw"