wok view sftp-server/receipt @ rev 15724

Move to undigest: php-cups fotoxx printoxx gtkaml v4l-dvb
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 26 14:11:39 2013 +0000 (2013-12-26)
parents 64ae641ba66c
children 99f12c8f02ec
line source
1 # SliTaz package receipt.
3 PACKAGE="sftp-server"
4 VERSION="6.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 WANTED="openssh"
12 DEPENDS="libcrypto zlib"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/sbin
18 cp -a $install/usr/sbin/sftp-server $fs/usr/sbin
19 }