-
Notifications
You must be signed in to change notification settings - Fork 1
/
zssh.spec.tpl
35 lines (28 loc) · 1.02 KB
/
zssh.spec.tpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Makefile will generate the ZSSH definition
Summary : Interactive file transfers to/from a remote machine while using the secure shell (ssh).
Name : zssh
Version : %{ZSSHVER}
Release : 1
Copyright : GPL
Group : Applications/Communications
Source : download.sourceforge.net:/pub/sourceforge/zssh/zssh-%{ZSSHVER}.tgz
packager : Zero King <l2dy@users.sourceforge.net>
%description
zssh (Zmodem SSH) is a program for interactively transferring files to/from
a remote machine while using the secure shell (ssh). It is intended to be a
convenient alternative to scp, allowing to transfer files without having to
open another session and re-authenticate oneself. zssh is an interactive
wrapper for ssh used to switch the ssh connection between the remote shell
and file transfers. Files are transferred through the zmodem protocol,
using the rz and sz commands.
%prep
%setup
%build
./configure
make
%install
make install
%files
%doc CHANGES COPYING FAQ INSTALL README VERSION
/usr/local/bin/zssh2
/usr/local/man/man1/zssh2.1