wok annotate rshd/receipt @ rev 20700

updated afio (2.5.1 -> 2.5.2)
author Hans-G?nter Theisgen
date Tue Feb 05 17:01:36 2019 +0100 (2019-02-05)
parents
children 426eec51ef7c
rev   line source
pascal@17312 1 # SliTaz package receipt.
pascal@17312 2
pascal@17312 3 PACKAGE="rshd"
pascal@17312 4 VERSION="85"
pascal@17312 5 CATEGORY="network"
pascal@17312 6 SHORT_DESC="Reimplementation of rshd and rlogind"
pascal@17312 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17312 8 LICENSE="GPL"
pascal@17312 9 WEB_SITE="https://packages.debian.org/source/sid/rsh-redone"
pascal@17312 10 WANTED="rsh"
pascal@17312 11
pascal@17312 12 DEPENDS="pam"
pascal@17312 13
pascal@17312 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@17312 15 genpkg_rules()
pascal@17312 16 {
pascal@17312 17 mkdir -p $fs/usr
pascal@17312 18 cp -a $install/usr/sbin $fs/usr
pascal@17312 19 cp -a $install/usr/etc $fs
pascal@17312 20 }