wok view sslh/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents 3b4e4318134e
children 3cb07d9f8793
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"
12 TAGS="ssh"
14 DEPENDS="libwrap libconfig"
15 BUILD_DEPENDS="libwrap-dev libwrap libconfig-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 make
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/sbin
28 cp -a $src/sslh-fork $fs/usr/sbin
29 cp -a $src/sslh-select $fs/usr/sbin
30 }