]> git.pld-linux.org Git - packages/connect.git/blame - connect.spec
- update url
[packages/connect.git] / connect.spec
CommitLineData
49163db5 1Summary: Make TCP connection using SOCKS4/5 or HTTPS proxy
d25e62d2 2Summary(pl.UTF-8): Tworzenie połączeń TCP poprzez proxy SOCKS4/5 lub HTTPS
49163db5
JB
3Name: connect
4Version: 1.96
5Release: 1
6License: GPL v2+
7Group: Applications/Networking
8Source0: http://www.taiyo.co.jp/~gotoh/ssh/connect.c
9# NoSource0-md5: b856937f1cdfca7a3ccfb2fac36ef726
10Source1: http://www.taiyo.co.jp/~gotoh/ssh/connect.html
11# NoSource1-md5: bb972b3a9d435c62023b355960d78f78
7897a20c 12URL: http://www.meadowy.org/~gotoh/projects/connect
49163db5
JB
13Conflicts: openssh-clients < 2:4.5p1-2
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17connect is the simple relaying command to make network connection via
18SOCKS and HTTPS proxy. It is mainly intended to be used as "proxy
19command" of OpenSSH. You can make SSH session beyond the firewall
20with this command.
21
3ad66989
JR
22%description -l pl.UTF-8
23connect to proste polecenie przekazujące tworzące połączenie sieciowe
24przez proxy SOCKS lub HTTPS. Powstało głównie z myślą o używaniu jako
25"proxy command" w OpenSSH. Pozwala nawiązywać sesje SSH zza firewalli.
49163db5
JB
26
27%prep
28%setup -q -c -T
29
30cp %{SOURCE0} %{SOURCE1} .
31
32%build
33%{__cc} %{rpmcflags} %{rpmldflags} connect.c -o connect
34
35%install
36rm -rf $RPM_BUILD_ROOT
37install -d $RPM_BUILD_ROOT%{_bindir}
38
39install connect $RPM_BUILD_ROOT%{_bindir}
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
45%defattr(644,root,root,755)
46%doc connect.html
47%attr(755,root,root) %{_bindir}/connect
This page took 0.03014 seconds and 4 git commands to generate.