dnstop 20140915
This commit is contained in:
parent
03313ea8db
commit
8362e020d5
1 changed files with 6 additions and 6 deletions
|
@ -1,15 +1,15 @@
|
|||
require 'formula'
|
||||
require "formula"
|
||||
|
||||
class Dnstop < Formula
|
||||
homepage 'http://dns.measurement-factory.com/tools/dnstop/index.html'
|
||||
url 'http://dns.measurement-factory.com/tools/dnstop/src/dnstop-20121017.tar.gz'
|
||||
sha1 '836d9bc118df539b80eb349ca45c946323b13366'
|
||||
homepage "http://dns.measurement-factory.com/tools/dnstop/index.html"
|
||||
url "http://dns.measurement-factory.com/tools/dnstop/src/dnstop-20140915.tar.gz"
|
||||
sha1 "af1567d6b53e8be697b884508a2a3a0edbea5e01"
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
system "make"
|
||||
bin.install 'dnstop'
|
||||
man8.install 'dnstop.8'
|
||||
bin.install "dnstop"
|
||||
man8.install "dnstop.8"
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue