wok view rshd/receipt @ rev 17926

Up to latest: slitaz-tools, tazinst-gui, tazinst, tazpanel, tazpkg.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 11 16:51:21 2015 +0300 (2015-04-11)
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 }