wok-next diff lftp/receipt @ rev 20030
Up flam3 (3.1.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Oct 22 15:52:59 2017 +0200 (2017-10-22) |
parents | dead8955c3ca |
children | 0ec6086e21d6 |
line diff
1.1 --- a/lftp/receipt Wed Sep 25 09:50:51 2013 +0000 1.2 +++ b/lftp/receipt Sun Oct 22 15:52:59 2017 +0200 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lftp" 1.7 -VERSION="4.4.8" 1.8 +VERSION="4.8.3" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Small but powerful ftp client" 1.11 MAINTAINER="mimas@slitaz.org" 1.12 LICENSE="GPL3" 1.13 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 WEB_SITE="http://lftp.yar.ru/" 1.15 -WGET_URL="http://ftp.yars.free.net/pub/source/lftp/$TARBALL" 1.16 +WGET_URL="${WEB_SITE}ftp/$TARBALL" 1.17 CROSS="bug: failed at test" 1.18 1.19 DEPENDS="gmp readline expat gnutls gcc-lib-base" 1.20 @@ -17,7 +17,6 @@ 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 { 1.24 - cd $src 1.25 ./configure \ 1.26 --with-gnutls \ 1.27 --without-openssl \ 1.28 @@ -33,4 +32,3 @@ 1.29 mkdir -p $fs/usr 1.30 cp -a $install/usr/bin $fs/usr 1.31 } 1.32 -