wok view sshttp/receipt @ rev 21600

Up: smplayer(19.5.0), xine-lib(1.2.9), xine-ui(0.99.10)
author maniac
date Thu May 23 12:16:28 2019 +0300 (2019-05-23)
parents dfef8de3d270
children 91c00c379caa
line source
1 # SliTaz package receipt.
3 PACKAGE="sshttp"
4 VERSION="0-31s"
5 CATEGORY="network"
6 SHORT_DESC="hiding a SSH server behind a HTTP server."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="https://github.com/stealth/$PACKAGE"
11 WGET_URL="$WEB_SITE/tarball/$PACKAGE-$VERSION"
12 TAGS="ssh"
14 BUILD_DEPENDS="wget libcap libcap-dev"
15 DEPENDS="libcap gcc-lib-base"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 make && cp README* $WOK/$PACKAGE/description.txt
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/sshttpd $fs/usr/sbin
28 }
30 # Pre and post install commands for Tazpkg.
31 post_install()
32 {
33 [ "$1" ] || zcat /proc/config.gz | grep -q ^CONFIG_NETFILTER_TPROXY= || cat <<EOT
35 CONFIG_NETFILTER_TPROXY not found in /proc/config.gz
36 sshttp needs Linux IP_TRANSPARENT feature to work.
37 You should rebuild your kernel with a new configuration.
39 EOT
40 }
42 # http://blog.stalkr.net/2012/02/sshhttps-multiplexing-with-sshttp.html