wok view sftp-server/receipt @ rev 6224

Removed users.patch and modules.patch for hardinfo. There not need anymore.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Sep 11 22:58:00 2010 +0000 (2010-09-11)
parents 4c942c0ddc16
children 6fc060ce8c8c
line source
1 # SliTaz package receipt.
3 PACKAGE="sftp-server"
4 VERSION="5.6p1"
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 }