wok diff lftp/receipt @ rev 25466

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 01 09:32:27 2022 +0000 (20 months ago)
parents ede1d184d5c5
children
line diff
     1.1 --- a/lftp/receipt	Mon Feb 14 17:51:14 2022 +0000
     1.2 +++ b/lftp/receipt	Sat Oct 01 09:32:27 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lftp"
     1.7 -VERSION="4.9.1"
     1.8 +VERSION="4.9.2"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Small but powerful ftp client."
    1.11  MAINTAINER="mimas@slitaz.org"
    1.12 @@ -9,10 +9,10 @@
    1.13  WEB_SITE="https://lftp.yar.ru/"
    1.14  
    1.15  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.16 -WGET_URL="https://lftp.tech/ftp/$TARBALL"
    1.17 +WGET_URL="https://lftp.yar.ru/ftp/$TARBALL"
    1.18  
    1.19  DEPENDS="expat gcc83-lib-base gmp gnutls readline"
    1.20 -BUILD_DEPENDS="expat-dev gcc83 gcc83-lib-base gmp-dev gnutls-dev gperf \
    1.21 +BUILD_DEPENDS="expat-dev gcc83 gcc83-lib-base gmp-dev gnutls-dev gperf
    1.22  	libgnutls ncurses-dev readline-dev"
    1.23  
    1.24  CROSS="bug: failed at test"
    1.25 @@ -34,13 +34,12 @@
    1.26  		--without-openssl	\
    1.27  		--build=$HOST_SYSTEM	\
    1.28  		--host=$HOST_SYSTEM &&
    1.29 -	make -j 1 &&
    1.30 +	make &&
    1.31  	make install
    1.32  }
    1.33  
    1.34  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.35  genpkg_rules()
    1.36  {
    1.37 -	mkdir -p $fs/usr
    1.38 -	cp -a $install/usr/bin	$fs/usr
    1.39 +	cook_copy_folders	bin
    1.40  }