wok-next annotate dropbear-pam/receipt @ rev 16988
Add mate-system-monitor
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Sat Aug 09 03:47:53 2014 -0300 (2014-08-09) |
parents | e7a7ff699c42 |
children | 1ba367a7ebbb |
rev | line source |
---|---|
pascal@2186 | 1 # SliTaz package receipt. |
pascal@2186 | 2 |
pascal@2186 | 3 PACKAGE="dropbear-pam" |
pascal@15972 | 4 VERSION="2014.63" |
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 } |