wok rev 24716
updated lftp (4.9.1 -> 4.9.2)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 15 07:16:03 2022 +0100 (2022-03-15) |
parents | d1a0bda8c077 |
children | 080c773b0353 |
files | lftp/description.txt lftp/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/lftp/description.txt Tue Mar 15 07:16:03 2022 +0100 1.3 @@ -0,0 +1,5 @@ 1.4 +LFTP is a sophisticated file transfer program supporting a number 1.5 +of network protocols (ftp, http, sftp, fish, torrent). 1.6 +Like BASH, it has job control and uses the readline library for input. 1.7 +It has bookmarks, a built-in mirror command, and can transfer several 1.8 +files in parallel. It was designed with reliability in mind.
2.1 --- a/lftp/receipt Tue Mar 15 06:57:03 2022 +0100 2.2 +++ b/lftp/receipt Tue Mar 15 07:16:03 2022 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="lftp" 2.7 -VERSION="4.9.1" 2.8 +VERSION="4.9.2" 2.9 CATEGORY="network" 2.10 SHORT_DESC="Small but powerful ftp client." 2.11 MAINTAINER="mimas@slitaz.org" 2.12 @@ -9,10 +9,10 @@ 2.13 WEB_SITE="https://lftp.yar.ru/" 2.14 2.15 TARBALL="$PACKAGE-$VERSION.tar.xz" 2.16 -WGET_URL="https://lftp.tech/ftp/$TARBALL" 2.17 +WGET_URL="https://lftp.yar.ru/ftp/$TARBALL" 2.18 2.19 DEPENDS="expat gcc83-lib-base gmp gnutls readline" 2.20 -BUILD_DEPENDS="expat-dev gcc83 gcc83-lib-base gmp-dev gnutls-dev gperf \ 2.21 +BUILD_DEPENDS="expat-dev gcc83 gcc83-lib-base gmp-dev gnutls-dev gperf 2.22 libgnutls ncurses-dev readline-dev" 2.23 2.24 CROSS="bug: failed at test" 2.25 @@ -34,13 +34,12 @@ 2.26 --without-openssl \ 2.27 --build=$HOST_SYSTEM \ 2.28 --host=$HOST_SYSTEM && 2.29 - make -j 1 && 2.30 + make && 2.31 make install 2.32 } 2.33 2.34 # Rules to gen a SliTaz package suitable for Tazpkg. 2.35 genpkg_rules() 2.36 { 2.37 - mkdir -p $fs/usr 2.38 - cp -a $install/usr/bin $fs/usr 2.39 + cook_copy_folders bin 2.40 }