wok view dropbear-pam/receipt @ rev 17074

Add iotop
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 23 13:15:02 2014 +0200 (2014-08-23)
parents 60118e0cd67c
children a8ed437fce5b
line source
1 # SliTaz package receipt.
3 PACKAGE="dropbear-pam"
4 VERSION="2014.65"
5 CATEGORY="security"
6 SHORT_DESC="Light SSH client and server using PAM."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WANTED="dropbear"
10 DEPENDS="dropbear pam"
11 WEB_SITE="http://matt.ucc.asn.au/dropbear/dropbear.html"
12 PROVIDE="dropbear:pam ssh:pam"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/sbin
18 cp -a $install/usr/sbin/dropbear-pam $fs/usr/sbin/dropbear
19 }
21 post_remove()
22 {
23 tazpkg get-install ${PACKAGE%-pam} --forced
24 }