Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
ucspi-tcp 0.88
Browse files Browse the repository at this point in the history
Closes #18342.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
dpk authored and adamv committed Jun 14, 2013
1 parent 44505ad commit a02008e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Library/Formula/ucspi-tcp.rb
@@ -0,0 +1,24 @@
require 'formula'

class UcspiTcp < Formula
homepage 'http://cr.yp.to/ucspi-tcp.html'
url 'http://cr.yp.to/ucspi-tcp/ucspi-tcp-0.88.tar.gz'
sha1 '793b4189795b563085602c030dd8aa0d206ddc0e'

def patches
"http://www.fefe.de/ucspi/ucspi-tcp-0.88-ipv6.diff19.bz2"
end

def install
(buildpath/'conf-home').unlink
(buildpath/'conf-home').write prefix

system "make"
system "make setup check"
share.install prefix/'man'
end

def test
system "tcpserver"
end
end

0 comments on commit a02008e

Please sign in to comment.