wok-next view dropbear-pam/receipt @ rev 19715

Fix building: pciutils, pcmanfm-legacy, arj
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 13 17:25:31 2017 +0300 (2017-05-13)
parents 1b1ec9b32ec3
children
line source
1 # SliTaz package receipt.
3 PACKAGE="dropbear-pam"
4 VERSION="2016.74"
5 CATEGORY="security"
6 SHORT_DESC="Light SSH client and server using PAM."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://matt.ucc.asn.au/dropbear/dropbear.html"
10 PROVIDE="dropbear:pam ssh:pam"
11 TAGS="ssh"
13 WANTED="dropbear"
14 DEPENDS="dropbear pam"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/sbin
20 cp -a $install/usr/sbin/dropbear-pam $fs/usr/sbin/dropbear
21 }
23 post_remove()
24 {
25 tazpkg get-install ${PACKAGE%-pam} --forced
26 }