wok-4.x view dropbear-pam/receipt @ rev 12477

Up openssl 1.1.1n (bump packages curl, git, wget, python), up cherokee 1.2.104 and bdeps (automake, openldap, cyrus-sasl)
author Stanislas Leduc <shann@slitaz.org>
date Sun Apr 02 14:34:44 2023 +0000 (17 months ago)
parents 3cfda88ee539
children
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 }