wok annotate dropbear-pam/receipt @ rev 11612
nanochess: catch ?black arg
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 21 15:34:54 2012 +0100 (2012-01-21) |
parents | 3cfda88ee539 |
children | fa1321eb3c4e |
rev | line source |
---|---|
pascal@2186 | 1 # SliTaz package receipt. |
pascal@2186 | 2 |
pascal@2186 | 3 PACKAGE="dropbear-pam" |
devl547@11263 | 4 VERSION="2011.54" |
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@11595 | 8 WANTED="dropbear" |
pascal@11595 | 9 DEPENDS="dropbear pam" |
pascal@2186 | 10 WEB_SITE="http://matt.ucc.asn.au/dropbear/dropbear.html" |
pascal@4904 | 11 PROVIDE="dropbear:pam ssh:pam" |
pascal@2186 | 12 |
pascal@2186 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@2186 | 14 genpkg_rules() |
pascal@2186 | 15 { |
pascal@11595 | 16 mkdir -p $fs/usr/sbin |
pascal@11595 | 17 cp -a $_pkg/usr/sbin/dropbear-pam $fs/usr/sbin/dropbear |
pascal@2186 | 18 } |
pascal@2186 | 19 |
pascal@11595 | 20 post_remove() |
pascal@2186 | 21 { |
pascal@11595 | 22 tazpkg get-install ${PACKAGE%-pam} --forced |
pascal@2186 | 23 } |