wok rev 18054

Up sslh (1.17)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 15 10:57:22 2015 +0200 (2015-05-15)
parents bad7d4d8ff9a
children 54f24b7a2dba
files sslh/receipt
line diff
     1.1 --- a/sslh/receipt	Fri May 15 10:48:58 2015 +0200
     1.2 +++ b/sslh/receipt	Fri May 15 10:57:22 2015 +0200
     1.3 @@ -1,15 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="sslh"
     1.7 -VERSION="1.15"
     1.8 +VERSION="1.17"
     1.9  CATEGORY="network"
    1.10 -SHORT_DESC="Accept both HTTPS and SSH connections on the same port."
    1.11 +SHORT_DESC="Accept HTTPS SSH OpenVPN Tinc & XMPP connections on the same port."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15 +TARBALL="$PACKAGE-v$VERSION.tar.gz"
    1.16  WEB_SITE="http://www.rutschle.net/tech/sslh.shtml"
    1.17  WGET_URL="http://www.rutschle.net/tech/$TARBALL"
    1.18 -TAGS="ssh"
    1.19 +TAGS="ssh vpn tunnel"
    1.20  
    1.21  DEPENDS="libwrap libconfig"
    1.22  BUILD_DEPENDS="libwrap-dev libwrap libconfig-dev"
    1.23 @@ -17,7 +17,6 @@
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	cd $src
    1.28  	make
    1.29  }
    1.30  
    1.31 @@ -28,4 +27,3 @@
    1.32  	cp -a $src/sslh-fork $fs/usr/sbin
    1.33  	cp -a $src/sslh-select $fs/usr/sbin
    1.34  }
    1.35 -