ngrep: style nits
This commit is contained in:
parent
51e284b56f
commit
d497f683f6
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
|||
require 'formula'
|
||||
|
||||
class Ngrep < Formula
|
||||
url 'http://downloads.sourceforge.net/project/ngrep/ngrep/1.45/ngrep-1.45.tar.bz2'
|
||||
homepage 'http://ngrep.sourceforge.net/'
|
||||
url 'http://downloads.sourceforge.net/project/ngrep/ngrep/1.45/ngrep-1.45.tar.bz2'
|
||||
sha1 'f26090a6ac607db66df99c6fa9aef74968f3330f'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}",
|
||||
"--disable-debug",
|
||||
system "./configure", "--disable-debug",
|
||||
"--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}",
|
||||
# this line required to make configure succeed
|
||||
"--with-pcap-includes=/usr/include"
|
||||
system "make install"
|
||||
|
|
Loading…
Reference in a new issue