# HG changeset patch # User Hans-G?nter Theisgen # Date 1553001179 -3600 # Node ID ade03e6b76cb237a7fbdd0cba7a86a257cb54597 # Parent ff7bcf1ac1d869c0ce383afca31709a7b055dc45 updated lftp (4.4.8 -> 4.8.4) diff -r ff7bcf1ac1d8 -r ade03e6b76cb lftp/receipt --- a/lftp/receipt Tue Mar 19 13:56:25 2019 +0100 +++ b/lftp/receipt Tue Mar 19 14:12:59 2019 +0100 @@ -1,29 +1,31 @@ # SliTaz package receipt. PACKAGE="lftp" -VERSION="4.4.8" +VERSION="4.8.4" CATEGORY="network" -SHORT_DESC="Small but powerful ftp client" +SHORT_DESC="Small but powerful ftp client." MAINTAINER="mimas@slitaz.org" LICENSE="GPL3" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://lftp.yar.ru/" -WGET_URL="http://ftp.yars.free.net/pub/source/lftp/$TARBALL" +WEB_SITE="https://lftp.yar.ru/" + +TARBALL="$PACKAGE-$VERSION.tar.xz" +WGET_URL="https://lftp.tech/ftp/$TARBALL" + +DEPENDS="expat gcc-lib-base gmp gnutls readline" +BUILD_DEPENDS="expat-dev gmp-dev gnutls-dev gperf \ + libgnutls ncurses-dev readline-dev" + CROSS="bug: failed at test" -DEPENDS="gmp readline expat gnutls gcc-lib-base" -BUILD_DEPENDS="gmp-dev ncurses-dev readline-dev expat-dev gperf gnutls-dev \ -libgnutls" - # Rules to configure and make the package. compile_rules() { - ./configure \ - --with-gnutls \ - --without-openssl \ - --build=$HOST_SYSTEM \ + ./configure \ + --with-gnutls \ + --without-openssl \ + --build=$HOST_SYSTEM \ --host=$HOST_SYSTEM && - make && + make -j 1 && make install } @@ -33,4 +35,3 @@ mkdir -p $fs/usr cp -a $install/usr/bin $fs/usr } -