bwm-ng 0.6
Bandwidth Monitor NG is a small and simple console-based live network and disk io bandwidth monitor.
This commit is contained in:
parent
9e46d77f65
commit
eeeb1db72e
1 changed files with 12 additions and 0 deletions
12
Formula/bwm-ng.rb
Normal file
12
Formula/bwm-ng.rb
Normal file
|
@ -0,0 +1,12 @@
|
|||
require 'formula'
|
||||
|
||||
class BwmNg <Formula
|
||||
url 'http://www.gropp.org/bwm-ng/bwm-ng-0.6.tar.gz'
|
||||
homepage 'http://www.gropp.org/?id=projects&sub=bwm-ng'
|
||||
md5 'd3a02484fb7946371bfb4e10927cebfb'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue