wok view dropbear-pam/receipt @ rev 18347

Up: file (5.24)
author Alexander Medvedev <devl547@gmail.com>
date Fri Sep 11 19:38:34 2015 +0000 (2015-09-11)
parents 761b4d348a7b
children 9246e659d01c
line source
1 # SliTaz package receipt.
3 PACKAGE="dropbear-pam"
4 VERSION="2015.68"
5 CATEGORY="security"
6 SHORT_DESC="Light SSH client and server using PAM."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WANTED="dropbear"
10 DEPENDS="dropbear pam"
11 WEB_SITE="http://matt.ucc.asn.au/dropbear/dropbear.html"
12 PROVIDE="dropbear:pam ssh:pam"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/sbin
18 cp -a $install/usr/sbin/dropbear-pam $fs/usr/sbin/dropbear
19 }
21 post_remove()
22 {
23 tazpkg get-install ${PACKAGE%-pam} --forced
24 }