wok view sftp-server/receipt @ rev 18996

Up and Add Info (description) files and acpid correct weblink
author Leonardo Laporte <hackdorte@sapo.pt>
date Sat Mar 19 03:33:36 2016 -0300 (2016-03-19)
parents ab249f78a473
children 56ac50099f16
line source
1 # SliTaz package receipt.
3 PACKAGE="sftp-server"
4 VERSION="7.1p2"
5 CATEGORY="security"
6 SHORT_DESC="Openbsd Secure FTP server."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.openssh.org/"
10 HOST_ARCH="i486 arm"
11 TAGS="ssh"
13 WANTED="openssh"
14 DEPENDS="libcrypto zlib"
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/sftp-server $fs/usr/sbin
21 }