Add sshguard 1.5rc4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
04cac82492
commit
a93a75e4d3
1 changed files with 14 additions and 0 deletions
14
Formula/sshguard.rb
Normal file
14
Formula/sshguard.rb
Normal file
|
@ -0,0 +1,14 @@
|
|||
require 'formula'
|
||||
|
||||
class Sshguard <Formula
|
||||
url 'http://downloads.sourceforge.net/project/sshguard/sshguard/sshguard-1.5rc4/sshguard-1.5rc4.tar.bz2'
|
||||
homepage 'http://www.sshguard.net/'
|
||||
md5 'b25da46b0254879609faa9841a145eba'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}",
|
||||
"--with-firewall=ipfw"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue