wok rev 21970

updated sshttp (0-31s -> 0.35s2)
author Hans-G?nter Theisgen
date Fri Oct 11 13:41:00 2019 +0100 (2019-10-11)
parents 464054350afc
children f6fb3dc87212
files sshttp/receipt
line diff
     1.1 --- a/sshttp/receipt	Fri Oct 11 13:11:00 2019 +0100
     1.2 +++ b/sshttp/receipt	Fri Oct 11 13:41:00 2019 +0100
     1.3 @@ -1,23 +1,27 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="sshttp"
     1.7 -VERSION="0-31s"
     1.8 +VERSION="0.35s2"
     1.9  CATEGORY="network"
    1.10 -SHORT_DESC="hiding a SSH server behind a HTTP server."
    1.11 +TAGS="ssh"
    1.12 +SHORT_DESC="Hiding a SSH server behind a HTTP server."
    1.13  MAINTAINER="pascal.bellard@slitaz.org"
    1.14  LICENSE="BSD"
    1.15 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16  WEB_SITE="https://github.com/stealth/$PACKAGE"
    1.17 -WGET_URL="$WEB_SITE/tarball/$PACKAGE-$VERSION"
    1.18 -TAGS="ssh"
    1.19  
    1.20 -BUILD_DEPENDS="wget libcap libcap-dev"
    1.21 -DEPENDS="libcap gcc-lib-base"
    1.22 +TARBALL="$PACKAGE-${VERSION/./-}.tar.gz"
    1.23 +WGET_URL="$WEB_SITE/archive/$TARBALL"
    1.24 +
    1.25 +DEPENDS="gcc83-lib-base libcap"
    1.26 +BUILD_DEPENDS="gcc83 libcap-dev"
    1.27  
    1.28  # Rules to configure and make the package.
    1.29  compile_rules()
    1.30  {
    1.31 -	make && cp README* $WOK/$PACKAGE/description.txt
    1.32 +	sed -i 's|CXX=c++|CXX=gcc-83|' Makefile
    1.33 +
    1.34 +	make &&
    1.35 +	cp README* $WOK/$PACKAGE/description.txt
    1.36  }
    1.37  
    1.38  # Rules to gen a SliTaz package suitable for Tazpkg.