From 2e37e97af863631b05b7f20c7dcb00136d66b051 Mon Sep 17 00:00:00 2001 From: Anand Buddhdev Date: Wed, 11 Jan 2012 23:44:33 +0100 Subject: ldns 1.6.12 Fixes a major date-related bug. Signed-off-by: Adam Vandenberg --- Library/Formula/ldns.rb | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) (limited to 'Library') diff --git a/Library/Formula/ldns.rb b/Library/Formula/ldns.rb index 012e596b6..f2b442b96 100644 --- a/Library/Formula/ldns.rb +++ b/Library/Formula/ldns.rb @@ -1,25 +1,13 @@ require 'formula' class Ldns < Formula - url 'http://nlnetlabs.nl/downloads/ldns/ldns-1.6.11.tar.gz' + url 'http://nlnetlabs.nl/downloads/ldns/ldns-1.6.12.tar.gz' homepage 'http://nlnetlabs.nl/projects/ldns/' - sha1 '2c4537eee39a1af63e8dde4f35498ce78c968c1f' + sha1 '1d61df0f666908551d5a62768f77d63e727810aa' def install - system "./configure", "--prefix=#{prefix}", "--disable-gost" + system "./configure", "--prefix=#{prefix}", "--disable-gost", "--with-drill", "--with-examples" system "make" system "make install" - - Dir.chdir('drill') do - system "./configure", "--prefix=#{prefix}", "--with-ldns=#{prefix}" - system "make" - system "make install" - end - - Dir.chdir('examples') do - system "./configure", "--prefix=#{prefix}", "--with-ldns=#{prefix}", "--disable-gost" - system "make" - system "make install" - end end end -- cgit v1.2.3