diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/httptunnel.rb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/httptunnel.rb b/Library/Formula/httptunnel.rb new file mode 100644 index 000000000..61e4a746d --- /dev/null +++ b/Library/Formula/httptunnel.rb @@ -0,0 +1,12 @@ +require 'formula' + +class Httptunnel <Formula + url 'http://www.nocrew.org/software/httptunnel/httptunnel-3.0.5.tar.gz' + homepage 'http://www.nocrew.org/software/httptunnel.html' + md5 '2a710f377c82ab4eb201458f7b9f99c5' + + def install + system "./configure", "--prefix=#{prefix}", "--mandir=#{man}" + system "make install" + end +end |
