wok-6.x view sftp-server/receipt @ rev 24101
lrzip: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Sep 16 16:33:44 2021 +0000 (2021-09-16) |
parents | 7bea68e23e6b |
children | 980adf6bb9e7 |
line source
1 # SliTaz package receipt.
3 PACKAGE="sftp-server"
4 VERSION="8.7p1"
5 CATEGORY="security"
6 TAGS="ssh"
7 SHORT_DESC="Openbsd Secure FTP server."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="BSD"
10 WEB_SITE="http://www.openssh.org/"
12 DEPENDS="libcrypto zlib"
13 WANTED="openssh"
15 HOST_ARCH="i486 arm"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p $fs/usr/sbin
21 cp -a $install/usr/sbin/sftp-server $fs/usr/sbin
22 }