wok-next diff tcpoverudp/receipt @ rev 21578

updated davfs2 (1.5.4 -> 1.5.6)
author Hans-G?nter Theisgen
date Tue Jun 23 15:33:53 2020 +0100 (2020-06-23)
parents 4cc1294b46f0
children
line diff
     1.1 --- a/tcpoverudp/receipt	Mon Jun 01 17:36:22 2015 +0200
     1.2 +++ b/tcpoverudp/receipt	Tue Jun 23 15:33:53 2020 +0100
     1.3 @@ -3,19 +3,17 @@
     1.4  PACKAGE="tcpoverudp"
     1.5  VERSION="20150601"
     1.6  CATEGORY="network"
     1.7 -SHORT_DESC="Forward TCP connections over UDP without root."
     1.8 +SHORT_DESC="Forward TCP connections over UDP without root"
     1.9  MAINTAINER="pascal.bellard@slitaz.org"
    1.10  LICENSE="GPL"
    1.11 +WEB_SITE="https://www.jankratochvil.net/project/tcpoverudp/"
    1.12 +
    1.13  TARBALL="$PACKAGE"
    1.14 -WEB_SITE="https://www.jankratochvil.net/project/tcpoverudp/"
    1.15  WGET_URL="http://git.jankratochvil.net/?p=tcpoverudp.git;a=blob_plain;f=tcpoverudp;hb=HEAD"
    1.16  
    1.17 -DEPENDS="perl"
    1.18 -
    1.19 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.20 -genpkg_rules()
    1.21 -{
    1.22 +genpkg_rules() {
    1.23  	mkdir -p $fs/usr/bin
    1.24  	cp -a $src/$PACKAGE $fs/usr/bin
    1.25  	chmod +x $fs/usr/bin/$PACKAGE
    1.26 +	DEPENDS="perl"
    1.27  }