wok annotate sslh/receipt @ rev 19505

Rollback liboping (1.8.0)
author Paul Issott <paul@slitaz.org>
date Sat Nov 19 09:14:20 2016 +0000 (2016-11-19)
parents f44ef80ff9e2
children 997d6ae59d98
rev   line source
pascal@5207 1 # SliTaz package receipt.
pascal@5207 2
pascal@5207 3 PACKAGE="sslh"
pascal@18054 4 VERSION="1.17"
pascal@5207 5 CATEGORY="network"
pascal@18054 6 SHORT_DESC="Accept HTTPS SSH OpenVPN Tinc & XMPP connections on the same port."
pascal@5207 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15593 8 LICENSE="GPL2"
pascal@18054 9 TARBALL="$PACKAGE-v$VERSION.tar.gz"
pascal@5207 10 WEB_SITE="http://www.rutschle.net/tech/sslh.shtml"
pascal@5207 11 WGET_URL="http://www.rutschle.net/tech/$TARBALL"
pascal@18054 12 TAGS="ssh vpn tunnel"
pascal@15593 13
pascal@13294 14 DEPENDS="libwrap libconfig"
pascal@13294 15 BUILD_DEPENDS="libwrap-dev libwrap libconfig-dev"
pascal@5207 16
pascal@5207 17 # Rules to configure and make the package.
pascal@5207 18 compile_rules()
pascal@5207 19 {
pascal@5207 20 make
pascal@5207 21 }
pascal@5207 22
pascal@5207 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@5207 24 genpkg_rules()
pascal@5207 25 {
pascal@5207 26 mkdir -p $fs/usr/sbin
pascal@11354 27 cp -a $src/sslh-fork $fs/usr/sbin
pascal@11354 28 cp -a $src/sslh-select $fs/usr/sbin
pascal@5207 29 }