wok view dropbear-pam/receipt @ rev 18585

Up privoxy (3.0.23-stable)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 12 19:07:07 2015 +0100 (2015-11-12)
parents 761b4d348a7b
children 9246e659d01c
line source
1 # SliTaz package receipt.
3 PACKAGE="dropbear-pam"
4 VERSION="2015.68"
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 }