wok-stable view sftp-server/receipt @ rev 8302

Fix: check_module.sh (into linux stuff) modified to works with tazwok-experimental
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Feb 01 02:51:09 2011 +0100 (2011-02-01)
parents eb7d8ec19f8a
children 81e3b916d353
line source
1 # SliTaz package receipt.
3 PACKAGE="sftp-server"
4 VERSION="5.7p1"
5 CATEGORY="security"
6 SHORT_DESC="Openbsd Secure FTP server."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.openssh.org/"
9 DEPENDS="libcrypto zlib"
10 WANTED="openssh"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/sbin
16 cp -a $_pkg/usr/sbin/sftp-server $fs/usr/sbin
17 }