wok-next diff ptunnel/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 2f03cb67a994
children
line diff
     1.1 --- a/ptunnel/receipt	Tue Mar 13 02:04:32 2018 +0200
     1.2 +++ b/ptunnel/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -4,7 +4,7 @@
     1.4  VERSION="0.72"
     1.5  CATEGORY="network"
     1.6  SHORT_DESC="ptunnel tunnels TCP using ICMP echo request"
     1.7 -MAINTAINER="slaxemulator@gmail.com"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="BSD"
    1.10  WEB_SITE="http://www.cs.uit.no/~daniels/PingTunnel/"
    1.11  
    1.12 @@ -15,7 +15,7 @@
    1.13  
    1.14  compile_rules() {
    1.15  	make CC=${HOST_SYSTEM}-gcc &&
    1.16 -	install -Dm 755 $src/ptunnel $install/usr/bin/ptunnel
    1.17 +	install -Dm755 ptunnel $install/usr/bin/ptunnel
    1.18  }
    1.19  
    1.20  genpkg_rules() {