wok rev 22035

updated tinyssh (20180201 -> 20190101)
author Hans-G?nter Theisgen
date Mon Oct 21 15:20:41 2019 +0100 (2019-10-21)
parents 67044681e776
children fac2fae91e34
files tinyssh/receipt
line diff
     1.1 --- a/tinyssh/receipt	Mon Oct 21 15:10:10 2019 +0100
     1.2 +++ b/tinyssh/receipt	Mon Oct 21 15:20:41 2019 +0100
     1.3 @@ -1,14 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tinyssh"
     1.7 -VERSION="20180201"
     1.8 +VERSION="20190101"
     1.9  CATEGORY="network"
    1.10 -SHORT_DESC="a small SSH server"
    1.11 +SHORT_DESC="A small SSH server."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="PublicDomain"
    1.14 +WEB_SITE="https://tinyssh.org/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="https://tinyssh.org/"
    1.18  WGET_URL="https://github.com/janmojzis/tinyssh/archive/$VERSION.tar.gz"
    1.19 +
    1.20  CONFIG_FILES="/etc/tinyssh"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23 @@ -21,9 +23,10 @@
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()
    1.26  {
    1.27 +	mkdir -p $fs/etc/tinyssh
    1.28  	mkdir -p $fs/usr
    1.29 +
    1.30  	cp -a $install/usr/sbin $fs/usr
    1.31 -	mkdir -p $fs/etc/tinyssh
    1.32  }
    1.33  
    1.34  post_install()