wok-next diff httptunnel/receipt @ rev 21457

updated sshfs-fuse (3.3.1 -> 3.7.0)
author Hans-G?nter Theisgen
date Thu May 07 14:36:33 2020 +0100 (2020-05-07)
parents a3c581bf52b8
children
line diff
     1.1 --- a/httptunnel/receipt	Fri Aug 10 12:53:17 2018 +0300
     1.2 +++ b/httptunnel/receipt	Thu May 07 14:36:33 2020 +0100
     1.3 @@ -1,26 +1,22 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="httptunnel"
     1.8  VERSION="3.3"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="httptunnel creates a bidirectianal virtual data connection tunnelled in HTTP requests"
    1.11 -MAINTAINER="slaxemulator@gmail.com"
    1.12 +MAINTAINER="devel@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="https://github.com/larsbrinkhoff/httptunnel"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="https://github.com/larsbrinkhoff/httptunnel"
    1.18  WGET_URL="$WEB_SITE/$TARBALL" # FIXME
    1.19  
    1.20 -# Rules to configure and make the package.
    1.21 -compile_rules()
    1.22 -{
    1.23 -	cd $src
    1.24 -	./configure && make && make DESTDIR=$DESTDIR install
    1.25 +compile_rules() {
    1.26 +	./configure &&
    1.27 +	make &&
    1.28 +	make DESTDIR=$install install
    1.29  }
    1.30  
    1.31 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.32 -genpkg_rules()
    1.33 -{
    1.34 -	mkdir -p $fs/usr
    1.35 -	cp -a $install/usr/bin $fs/usr
    1.36 +genpkg_rules() {
    1.37 +	copy @std
    1.38  }
    1.39 -