wok-stable annotate sftp-server/receipt @ rev 10771
busybox: fix desktop file for vi
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue May 31 18:40:19 2011 +0200 (2011-05-31) |
parents | 81e3b916d353 |
children | d88afe58888c |
rev | line source |
---|---|
pascal@3628 | 1 # SliTaz package receipt. |
pascal@3628 | 2 |
pascal@3628 | 3 PACKAGE="sftp-server" |
slaxemulator@10163 | 4 VERSION="5.8p2" |
pascal@3628 | 5 CATEGORY="security" |
pascal@3628 | 6 SHORT_DESC="Openbsd Secure FTP server." |
pascal@3628 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@3628 | 8 WEB_SITE="http://www.openssh.org/" |
pascal@3628 | 9 DEPENDS="libcrypto zlib" |
pascal@3628 | 10 WANTED="openssh" |
pascal@3628 | 11 |
pascal@3628 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@3628 | 13 genpkg_rules() |
pascal@3628 | 14 { |
pascal@3628 | 15 mkdir -p $fs/usr/sbin |
pascal@3628 | 16 cp -a $_pkg/usr/sbin/sftp-server $fs/usr/sbin |
pascal@3628 | 17 } |
pascal@3628 | 18 |