iftop 1.0pre2
Closes Homebrew/homebrew#15062. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
c5d5286949
commit
58d0a99aba
1 changed files with 8 additions and 4 deletions
|
@ -1,13 +1,17 @@
|
|||
require 'formula'
|
||||
|
||||
# Version is "pre-release", but is what Debian, MacPorts, etc.
|
||||
# package, and upstream has not had any movement in a long time.
|
||||
class Iftop < Formula
|
||||
url 'http://www.ex-parrot.com/~pdw/iftop/download/iftop-0.17.tar.gz'
|
||||
homepage 'http://www.ex-parrot.com/~pdw/iftop/'
|
||||
sha1 '75ce6afc8c0bf851278b0a15e66f523af90cfda9'
|
||||
url 'http://www.ex-parrot.com/pdw/iftop/download/iftop-1.0pre2.tar.gz'
|
||||
version '1.0pre2'
|
||||
sha1 'd4dc473f8263192334da6289b69e102a4ae7df9e'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}", "--mandir=#{man}"
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}",
|
||||
"--mandir=#{man}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue