wok-6.x view dropbear-pam/receipt @ rev 13863
Up: vlc (2.0.5) again
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jan 11 21:38:00 2013 +0100 (2013-01-11) |
parents | 890a8d86a257 |
children | 2c8329f6a9b4 |
line source
1 # SliTaz package receipt.
3 PACKAGE="dropbear-pam"
4 VERSION="2012.55"
5 CATEGORY="security"
6 SHORT_DESC="Light SSH client and server using PAM."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WANTED="dropbear"
9 DEPENDS="dropbear pam"
10 WEB_SITE="http://matt.ucc.asn.au/dropbear/dropbear.html"
11 PROVIDE="dropbear:pam ssh:pam"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/sbin
17 cp -a $install/usr/sbin/dropbear-pam $fs/usr/sbin/dropbear
18 }
20 post_remove()
21 {
22 tazpkg get-install ${PACKAGE%-pam} --forced
23 }