wok-4.x view sftp-server/receipt @ rev 10396
xine-lib: fix bdep, clean and remove ffmpeg from dep (we not link witj and make unwanted dep, xine ui is nice for live cd, keep it small)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue May 24 02:19:10 2011 +0200 (2011-05-24) |
parents | 81e3b916d353 |
children | d88afe58888c |
line source
1 # SliTaz package receipt.
3 PACKAGE="sftp-server"
4 VERSION="5.8p2"
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 }