2010-04-24 10:20:11 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Httptunnel < Formula
|
2010-04-24 10:20:11 +00:00
|
|
|
homepage 'http://www.nocrew.org/software/httptunnel.html'
|
2013-01-14 10:16:26 +00:00
|
|
|
url 'http://www.nocrew.org/software/httptunnel/httptunnel-3.3.tar.gz'
|
|
|
|
sha1 'e3fa5c6499cbad9202bb7a3ba8a5b6478a60a3f3'
|
2010-04-24 10:20:11 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "./configure", "--prefix=#{prefix}", "--mandir=#{man}"
|
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|