wok view rshd/receipt @ rev 20919

updated file, libmagic, libmagic-dev, and python-magic (5.30 -> 5.36)
author Hans-G?nter Theisgen
date Fri Mar 01 16:28:21 2019 +0100 (2019-03-01)
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 }