wok rev 21107

updated lftp (4.4.8 -> 4.8.4)
author Hans-G?nter Theisgen
date Tue Mar 19 14:12:59 2019 +0100 (2019-03-19)
parents ff7bcf1ac1d8
children d915ef6e3b53
files lftp/receipt
line diff
     1.1 --- a/lftp/receipt	Tue Mar 19 13:56:25 2019 +0100
     1.2 +++ b/lftp/receipt	Tue Mar 19 14:12:59 2019 +0100
     1.3 @@ -1,29 +1,31 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lftp"
     1.7 -VERSION="4.4.8"
     1.8 +VERSION="4.8.4"
     1.9  CATEGORY="network"
    1.10 -SHORT_DESC="Small but powerful ftp client"
    1.11 +SHORT_DESC="Small but powerful ftp client."
    1.12  MAINTAINER="mimas@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15 -WEB_SITE="http://lftp.yar.ru/"
    1.16 -WGET_URL="http://ftp.yars.free.net/pub/source/lftp/$TARBALL"
    1.17 +WEB_SITE="https://lftp.yar.ru/"
    1.18 +
    1.19 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.20 +WGET_URL="https://lftp.tech/ftp/$TARBALL"
    1.21 +
    1.22 +DEPENDS="expat gcc-lib-base gmp gnutls readline"
    1.23 +BUILD_DEPENDS="expat-dev gmp-dev gnutls-dev gperf \
    1.24 +	libgnutls ncurses-dev readline-dev"
    1.25 +
    1.26  CROSS="bug: failed at test"
    1.27  
    1.28 -DEPENDS="gmp readline expat gnutls gcc-lib-base"
    1.29 -BUILD_DEPENDS="gmp-dev ncurses-dev readline-dev expat-dev gperf gnutls-dev \
    1.30 -libgnutls"
    1.31 -
    1.32  # Rules to configure and make the package.
    1.33  compile_rules()
    1.34  {
    1.35 -	./configure \
    1.36 -		--with-gnutls \
    1.37 -		--without-openssl \
    1.38 -		--build=$HOST_SYSTEM \
    1.39 +	./configure			\
    1.40 +		--with-gnutls		\
    1.41 +		--without-openssl	\
    1.42 +		--build=$HOST_SYSTEM	\
    1.43  		--host=$HOST_SYSTEM &&
    1.44 -	make &&
    1.45 +	make -j 1 &&
    1.46  	make install
    1.47  }
    1.48  
    1.49 @@ -33,4 +35,3 @@
    1.50  	mkdir -p $fs/usr
    1.51  	cp -a $install/usr/bin $fs/usr
    1.52  }
    1.53 -