wok-6.x annotate dropbear-pam/receipt @ rev 15678
Up dropbear (2013.62)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Dec 20 12:18:07 2013 +0100 (2013-12-20) |
parents | 30f922b03115 |
children | 60118e0cd67c |
rev | line source |
---|---|
pascal@2186 | 1 # SliTaz package receipt. |
pascal@2186 | 2 |
pascal@2186 | 3 PACKAGE="dropbear-pam" |
pascal@15678 | 4 VERSION="2013.62" |
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@2186 | 11 WEB_SITE="http://matt.ucc.asn.au/dropbear/dropbear.html" |
pascal@4904 | 12 PROVIDE="dropbear:pam ssh:pam" |
pascal@2186 | 13 |
pascal@2186 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@2186 | 15 genpkg_rules() |
pascal@2186 | 16 { |
pascal@11595 | 17 mkdir -p $fs/usr/sbin |
pankso@12689 | 18 cp -a $install/usr/sbin/dropbear-pam $fs/usr/sbin/dropbear |
pascal@2186 | 19 } |
pascal@2186 | 20 |
pascal@11595 | 21 post_remove() |
pascal@2186 | 22 { |
pascal@11595 | 23 tazpkg get-install ${PACKAGE%-pam} --forced |
pascal@2186 | 24 } |