source: projects/specs/trunk/c/corkscrew/corkscrew-vl.spec @ 10202

Revision 10202, 1.1 KB checked in by ara_t, 8 years ago (diff)

A tool for tunneling SSH through HTTP proxies

Line 
1%define pkg_name    corkscrew
2%define pkg_version 2.0
3%define pkg_release 1%{?_dist_release}
4
5Summary: A tool for tunneling SSH through HTTP proxies
6Name:    %{pkg_name}
7Version: %{pkg_version}
8Release: %{pkg_release}
9
10License: GPLv2
11Group:   Applications/Internet
12URL:     http://agroman.net/corkscrew/
13Source0: http://www.agroman.net/corkscrew/%{name}-%{version}.tar.gz
14
15Buildroot: %{_tmppath}/%{name}-%{version}-root
16
17Vendor: Project Vine
18Distribution: Vine Linux
19Packager: ara_t
20
21
22%description
23Corkscrew is a tool for tunneling SSH through HTTP proxies.
24
25Corkscrew has been compiled on :
26- AIX
27- HPUX
28- Solaris
29- FreeBSD
30- OpenBSD
31- NetBSD
32- Linux
33- Win32 (Cygwin)
34- Mac OS X
35
36Corkscrew has been tested with the following HTTP proxies :
37- Gauntlet
38- CacheFlow
39- JunkBuster
40- Squid
41- Apache's mod_proxy
42#'
43
44%prep
45%{__rm} -rf ${RPM_BUILD_ROOT}
46%setup -q
47
48%build
49%{configure}
50%{__make} %{?_smp_mflags}
51
52%install
53%{make_install}
54
55%clean
56%{__rm} -rf ${RPM_BUILD_ROOT}
57
58
59%files
60%defattr(-,root,root)
61%doc AUTHORS ChangeLog COPYING NEWS README
62%{_bindir}/
63
64
65%changelog
66* Wed Apr 27 2016 Toshiaki Ara <ara_t@384.jp> 2.0-1
67- new package
68
Note: See TracBrowser for help on using the repository browser.