wok-next diff curl/receipt @ rev 20902

brotli: up (1.0.5); compton: re-version (0.1_beta2+87 -> 20170907); cookutils: up (1087); curl: up (7.61.0); file: up (5.33); gnutls: up (3.5.19); gvfs: up (1.36.2); meson: up (0.47.1); webkit2gtk: update bdeps; add libgdata and uhttpmock
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jul 28 15:39:37 2018 +0300 (2018-07-28)
parents b96375904f8e
children d3730d754d47
line diff
     1.1 --- a/curl/receipt	Thu Apr 19 23:07:29 2018 +0300
     1.2 +++ b/curl/receipt	Sat Jul 28 15:39:37 2018 +0300
     1.3 @@ -1,21 +1,24 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="curl"
     1.7 -VERSION="7.58.0"
     1.8 +VERSION="7.61.0"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Tool and libs for transferring files with URL syntax"
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="MIT"
    1.13  WEB_SITE="https://curl.haxx.se/"
    1.14 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/basicnet/curl.html"
    1.15 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/basicnet/curl.html"
    1.16  
    1.17  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.18  WGET_URL="https://curl.haxx.se/download/$TARBALL"
    1.19  
    1.20 -BUILD_DEPENDS="zlib-dev openssl-dev libssh2-dev libidn2-dev"
    1.21 +BUILD_DEPENDS="zlib-dev openssl-dev libidn2-dev"
    1.22 +# libssh2-dev c-ares-dev brotli-dev openldap-dev libpsl-dev"
    1.23  SPLIT="libcurl curl-dev"
    1.24  
    1.25  compile_rules() {
    1.26 +	# --with-libssh2 --with-brotli --enable-ldap --with-nghttp2
    1.27 +
    1.28  	./configure \
    1.29  		--disable-static \
    1.30  		--enable-threaded-resolver \
    1.31 @@ -34,16 +37,16 @@
    1.32  	case $PACKAGE in
    1.33  		curl)
    1.34  			copy curl
    1.35 -			DEPENDS="libcurl openssl zlib"
    1.36 +			DEPENDS="libcurl"
    1.37  			;;
    1.38  		libcurl)
    1.39  			copy *.so*
    1.40 -			DEPENDS="libidn2 libssh2 openssl zlib"
    1.41 +			DEPENDS="libidn2 openssl zlib"
    1.42  			CAT="network|library"
    1.43  			;;
    1.44  		curl-dev)
    1.45  			copy @dev
    1.46 -			DEPENDS="curl libidn2-dev libssh2-dev openssl-dev zlib-dev"
    1.47 +			DEPENDS="curl libidn2-dev openssl-dev zlib-dev"
    1.48  			;;
    1.49  	esac
    1.50  }