wok view dropbear-pam/receipt @ rev 22349
python-llfuse: s|attr/xattr|sys/xattr|
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Nov 18 10:45:32 2019 +0100 (2019-11-18) |
parents | b26bdacd1126 |
children | eb5518b1b094 |
line source
1 # SliTaz package receipt.
3 PACKAGE="dropbear-pam"
4 VERSION="2019.78"
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"
13 TAGS="ssh"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/sbin
19 cp -a $install/usr/sbin/dropbear-pam $fs/usr/sbin/dropbear
20 }
22 post_remove()
23 {
24 tazpkg get-install ${PACKAGE%-pam} --forced
25 }