wok rev 18108

Add tcpoverudp & duat
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 01 17:36:22 2015 +0200 (2015-06-01)
parents 44b43b66e908
children c28132e52706
files duat/receipt tcpoverudp/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/duat/receipt	Mon Jun 01 17:36:22 2015 +0200
     1.3 @@ -0,0 +1,21 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="duat"
     1.7 +VERSION="20150601"
     1.8 +CATEGORY="network"
     1.9 +SHORT_DESC="Versatile Tunneling/Proxy system."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +LICENSE="GPL2"
    1.12 +TARBALL="$PACKAGE"
    1.13 +WEB_SITE="http://code.google.com/p/duat/"
    1.14 +WGET_URL="http://duat.googlecode.com/files/duat"
    1.15 +
    1.16 +DEPENDS="perl"
    1.17 +
    1.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.19 +genpkg_rules()
    1.20 +{
    1.21 +	mkdir -p $fs/usr/bin
    1.22 +	cp -a $src/$PACKAGE $fs/usr/bin
    1.23 +	chmod +x $fs/usr/bin/$PACKAGE
    1.24 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/tcpoverudp/receipt	Mon Jun 01 17:36:22 2015 +0200
     2.3 @@ -0,0 +1,21 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="tcpoverudp"
     2.7 +VERSION="20150601"
     2.8 +CATEGORY="network"
     2.9 +SHORT_DESC="Forward TCP connections over UDP without root."
    2.10 +MAINTAINER="pascal.bellard@slitaz.org"
    2.11 +LICENSE="GPL"
    2.12 +TARBALL="$PACKAGE"
    2.13 +WEB_SITE="https://www.jankratochvil.net/project/tcpoverudp/"
    2.14 +WGET_URL="http://git.jankratochvil.net/?p=tcpoverudp.git;a=blob_plain;f=tcpoverudp;hb=HEAD"
    2.15 +
    2.16 +DEPENDS="perl"
    2.17 +
    2.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.19 +genpkg_rules()
    2.20 +{
    2.21 +	mkdir -p $fs/usr/bin
    2.22 +	cp -a $src/$PACKAGE $fs/usr/bin
    2.23 +	chmod +x $fs/usr/bin/$PACKAGE
    2.24 +}