wok view rshd/receipt @ rev 18339

Up: bin86 (0.16.21)
author Alexander Medvedev <devl547@gmail.com>
date Thu Sep 10 22:18:40 2015 +0000 (2015-09-10)
parents
children 426eec51ef7c
line source
1 # SliTaz package receipt.
3 PACKAGE="rshd"
4 VERSION="85"
5 CATEGORY="network"
6 SHORT_DESC="Reimplementation of rshd and rlogind"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="https://packages.debian.org/source/sid/rsh-redone"
10 WANTED="rsh"
12 DEPENDS="pam"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr
18 cp -a $install/usr/sbin $fs/usr
19 cp -a $install/usr/etc $fs
20 }