wok-6.x diff sslh/receipt @ rev 19076
web-google-service: complete last line in description.txt (hi, Leonardo)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Apr 25 04:36:15 2016 +0300 (2016-04-25) |
parents | f44ef80ff9e2 |
children | 997d6ae59d98 |
line diff
1.1 --- a/sslh/receipt Wed Sep 10 11:15:31 2014 +0200 1.2 +++ b/sslh/receipt Mon Apr 25 04:36:15 2016 +0300 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 -