# HG changeset patch # User Hans-G?nter Theisgen # Date 1571667641 -3600 # Node ID 284b8e871560529f805e8e723f78b079cf48a688 # Parent 67044681e7766638aa414d953e1bfaf0d4e0cd8e updated tinyssh (20180201 -> 20190101) diff -r 67044681e776 -r 284b8e871560 tinyssh/receipt --- a/tinyssh/receipt Mon Oct 21 15:10:10 2019 +0100 +++ b/tinyssh/receipt Mon Oct 21 15:20:41 2019 +0100 @@ -1,14 +1,16 @@ # SliTaz package receipt. PACKAGE="tinyssh" -VERSION="20180201" +VERSION="20190101" CATEGORY="network" -SHORT_DESC="a small SSH server" +SHORT_DESC="A small SSH server." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="PublicDomain" +WEB_SITE="https://tinyssh.org/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://tinyssh.org/" WGET_URL="https://github.com/janmojzis/tinyssh/archive/$VERSION.tar.gz" + CONFIG_FILES="/etc/tinyssh" # Rules to configure and make the package. @@ -21,9 +23,10 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { + mkdir -p $fs/etc/tinyssh mkdir -p $fs/usr + cp -a $install/usr/sbin $fs/usr - mkdir -p $fs/etc/tinyssh } post_install()