wok view dropbear-pam/receipt @ rev 11828

Up: dokuwiki (2012.01.25)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Mon Feb 27 00:38:58 2012 +0100 (2012-02-27)
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 }