wok view sftp-server/receipt @ rev 19847

Up sdft (170314): fix lines order (in all processed .desktop files)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Mar 14 21:00:20 2017 +0200 (2017-03-14)
parents 4ebd023252ac
children 181b1bc0998b
line source
1 # SliTaz package receipt.
3 PACKAGE="sftp-server"
4 VERSION="7.4p1"
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 }