mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-01-23 02:34:59 +00:00
Added proxytunnel spec file for building rpm's, contributed by
Ralph Loader <ralph@suckfish.mine.nu> git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@15 bc163920-b10d-0410-b2c5-a5491ca2ceef
This commit is contained in:
parent
1008aedb4c
commit
4e64376838
1 changed files with 39 additions and 0 deletions
39
contrib/proxytunnel.spec
Normal file
39
contrib/proxytunnel.spec
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
Summary: Proxy Tunnel ssh-over-https hack.
|
||||
Name: proxytunnel
|
||||
Version: 1.0.7
|
||||
Release: 0.1
|
||||
Copyright: GPL
|
||||
Group: Networking/Utilities
|
||||
Source0: http://prdownloads.sourceforge.net/proxytunnel/proxytunnel-%{version}.tgz
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
|
||||
%description
|
||||
Proxytunnel is a program that connects stdin and stdout to an origin server
|
||||
somewhere in the Internet through an industry standard HTTPS proxy. This will
|
||||
allow you for example to access SSH servers when you normally only have access
|
||||
to websites through a
|
||||
|
||||
%prep
|
||||
%setup -n proxytunnel
|
||||
|
||||
%build
|
||||
|
||||
make CFLAGS="-O2"
|
||||
|
||||
%install
|
||||
mkdir -p ${RPM_BUILD_ROOT}/usr/bin/
|
||||
mkdir -p ${RPM_BUILD_ROOT}/usr/share/doc/proxytunnel/
|
||||
install -m755 proxytunnel ${RPM_BUILD_ROOT}/usr/bin/
|
||||
install -m644 README ${RPM_BUILD_ROOT}/usr/share/doc/proxytunnel/README.txt
|
||||
|
||||
%clean
|
||||
rm -rf ${RPM_BUILD_ROOT}/usr/
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
/usr/bin/proxytunnel
|
||||
/usr/share/doc/proxytunnel/README.txt
|
||||
|
||||
%changelog
|
||||
* Tue Nov 21 2001 Ralph Loader <suckfish@ihug.co.nz>
|
||||
- Created.
|
||||
Loading…
Add table
Add a link
Reference in a new issue