wok view dropbear-pam/receipt @ rev 17229

Up: pcmanfm & libfm (1.2.3)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Oct 16 14:56:42 2014 +0000 (2014-10-16)
parents 60118e0cd67c
children a8ed437fce5b
line source
1 # SliTaz package receipt.
3 PACKAGE="dropbear-pam"
4 VERSION="2014.65"
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 }