wok diff tinyssh/receipt @ rev 22044
updated tmux (2.0 -> 2.9)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Oct 22 13:52:50 2019 +0100 (2019-10-22) |
parents | d010061fa2dc |
children | 3818eac942d1 |
line diff
1.1 --- a/tinyssh/receipt Thu Mar 15 15:50:34 2018 +0100 1.2 +++ b/tinyssh/receipt Tue Oct 22 13:52:50 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()