nsd 3.2.13
Closes Homebrew/homebrew#13894. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
b083de78f9
commit
388fe61c4f
1 changed files with 13 additions and 0 deletions
13
Formula/nsd.rb
Normal file
13
Formula/nsd.rb
Normal file
|
@ -0,0 +1,13 @@
|
|||
require 'formula'
|
||||
|
||||
class Nsd < Formula
|
||||
homepage 'http://www.nlnetlabs.nl/projects/nsd/'
|
||||
url 'http://www.nlnetlabs.nl/downloads/nsd/nsd-3.2.13.tar.gz'
|
||||
sha1 '2cb44f75e9686fd73c7ee9765857a36a8fe5bca9'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue