wok view dropbear-pam/receipt @ rev 12353

lmms: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 19 22:01:09 2012 +0200 (2012-04-19)
parents 3cfda88ee539
children fa1321eb3c4e
line source
1 # SliTaz package receipt.
3 PACKAGE="dropbear-pam"
4 VERSION="2011.54"
5 CATEGORY="security"
6 SHORT_DESC="Light SSH client and server using PAM."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WANTED="dropbear"
9 DEPENDS="dropbear pam"
10 WEB_SITE="http://matt.ucc.asn.au/dropbear/dropbear.html"
11 PROVIDE="dropbear:pam ssh:pam"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/sbin
17 cp -a $_pkg/usr/sbin/dropbear-pam $fs/usr/sbin/dropbear
18 }
20 post_remove()
21 {
22 tazpkg get-install ${PACKAGE%-pam} --forced
23 }