wok view sslh/receipt @ rev 13294

sslh: fix bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 27 17:15:42 2012 +0200 (2012-08-27)
parents 817cfcc1ec0a
children 3532f2e1c049
line source
1 # SliTaz package receipt.
3 PACKAGE="sslh"
4 VERSION="1.13b"
5 CATEGORY="network"
6 SHORT_DESC="Accept both HTTPS and SSH connections on the same port."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.rutschle.net/tech/sslh.shtml"
10 WGET_URL="http://www.rutschle.net/tech/$TARBALL"
11 DEPENDS="libwrap libconfig"
12 BUILD_DEPENDS="libwrap-dev libwrap libconfig-dev"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 make
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/sbin
25 cp -a $src/sslh-fork $fs/usr/sbin
26 cp -a $src/sslh-select $fs/usr/sbin
27 }