wok-6.x annotate rshd/receipt @ rev 20603
Update iptraf & gcc3
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Dec 17 12:19:32 2018 +0100 (2018-12-17) |
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 } |