wok-current view dropbear-pam/receipt @ rev 25728

Merge wok for both arch and few updates
author Stanislas Leduc <shann@slitaz.org>
date Thu Dec 05 08:39:45 2024 +0000 (5 weeks ago)
parents 48dff2952881
children
line source
1 # SliTaz package receipt.
3 PACKAGE="dropbear-pam"
4 VERSION="2022.83"
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="https://github.com/mkj/dropbear"
12 PROVIDE="dropbear:pam ssh:pam"
13 TAGS="ssh"
15 HOST_ARCH="i486 x86_64"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p $fs/usr/sbin
21 cp -a $install/usr/sbin/dropbear-pam $fs/usr/sbin/dropbear
22 }
24 post_remove()
25 {
26 tazpkg get-install ${PACKAGE%-pam} --forced
27 }