wok diff proxytunnel/receipt @ rev 25155

updated proxytunnel (1.9.0 -> 1.10)
author Hans-G?nter Theisgen
date Thu Jun 30 15:35:33 2022 +0100 (23 months ago)
parents 080c1dff8494
children 5db546345599
line diff
     1.1 --- a/proxytunnel/receipt	Tue Feb 08 12:15:27 2022 +0000
     1.2 +++ b/proxytunnel/receipt	Thu Jun 30 15:35:33 2022 +0100
     1.3 @@ -1,17 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="proxytunnel"
     1.7 -VERSION="1.9.0"
     1.8 +VERSION="1.10"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Connecting outside through HTTP(S) proxies."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 +WEB_SITE="https://github.com/proxytunnel/proxytunnel/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tgz"
    1.16 -WEB_SITE="http://proxytunnel.sourceforge.net/"
    1.17 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.18 +WGET_URL="${WEB_SITE}archive/refs/tags/v$VERSION.20210604.tar.gz"
    1.19  
    1.20 -DEPENDS="libcrypto libssl gzip"
    1.21 -BUILD_DEPENDS="openssl-dev"
    1.22 +DEPENDS="gzip libcrypto libssl"
    1.23 +BUILD_DEPENDS="ntlmaps openssl-dev"
    1.24  
    1.25  # What is the latest version available today?
    1.26  current_version()
    1.27 @@ -26,13 +27,15 @@
    1.28  {
    1.29  	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
    1.30  	sed -i 's|/local||' Makefile
    1.31 +	# skip documentation
    1.32 +	patch	--input=$stuff/patches/Makefile-$VERSION	Makefile
    1.33 +
    1.34  	make &&
    1.35 -	make DESTDIR=$DESTDIR install
    1.36 +	make install DESTDIR=$DESTDIR
    1.37  }
    1.38  
    1.39  # Rules to gen a SliTaz package suitable for Tazpkg.   
    1.40  genpkg_rules()                                      
    1.41  {
    1.42 -	mkdir -p $fs/usr
    1.43 -	cp -a $install/usr/bin $fs/usr
    1.44 +	cook_copy_folders	bin
    1.45  }