wok-current annotate dropbear-pam/receipt @ rev 24726
updated libconfuse (3.2.2 -> 3.3)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 15 11:15:30 2022 +0100 (2022-03-15) |
parents | a5ee74db1fee |
children | 3b19fa0b9a88 |
rev | line source |
---|---|
pascal@2186 | 1 # SliTaz package receipt. |
pascal@2186 | 2 |
pascal@2186 | 3 PACKAGE="dropbear-pam" |
pascal@23995 | 4 VERSION="2020.81" |
pascal@2186 | 5 CATEGORY="security" |
pascal@2186 | 6 SHORT_DESC="Light SSH client and server using PAM." |
pascal@2186 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@14657 | 8 LICENSE="MIT" |
pascal@11595 | 9 WANTED="dropbear" |
pascal@11595 | 10 DEPENDS="dropbear pam" |
pascal@23881 | 11 WEB_SITE="https://matt.ucc.asn.au/dropbear/dropbear.html" |
pascal@4904 | 12 PROVIDE="dropbear:pam ssh:pam" |
pascal@18625 | 13 TAGS="ssh" |
pascal@2186 | 14 |
pascal@2186 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@2186 | 16 genpkg_rules() |
pascal@2186 | 17 { |
pascal@11595 | 18 mkdir -p $fs/usr/sbin |
pankso@12689 | 19 cp -a $install/usr/sbin/dropbear-pam $fs/usr/sbin/dropbear |
pascal@2186 | 20 } |
pascal@2186 | 21 |
pascal@11595 | 22 post_remove() |
pascal@2186 | 23 { |
pascal@11595 | 24 tazpkg get-install ${PACKAGE%-pam} --forced |
pascal@2186 | 25 } |