wok view sslh/receipt @ rev 16255

Up socat (2.0.0-b7)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 04 16:24:21 2014 +0000 (2014-04-04)
parents 3532f2e1c049
children f44ef80ff9e2
line source
1 # SliTaz package receipt.
3 PACKAGE="sslh"
4 VERSION="1.15"
5 CATEGORY="network"
6 SHORT_DESC="Accept both HTTPS and SSH connections on the same port."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.rutschle.net/tech/sslh.shtml"
11 WGET_URL="http://www.rutschle.net/tech/$TARBALL"
13 DEPENDS="libwrap libconfig"
14 BUILD_DEPENDS="libwrap-dev libwrap libconfig-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 make
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/sbin
27 cp -a $src/sslh-fork $fs/usr/sbin
28 cp -a $src/sslh-select $fs/usr/sbin
29 }