aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-12-01 13:52:42 -0800
committerAdam Vandenberg2013-12-01 13:52:42 -0800
commit7f83d52b394fe7f02cdd6c7816286b0e126c2593 (patch)
tree700a87c02f588fb8e673bf69472e321724e339d9 /Library/Formula
parent9c74c15c54a5c18573adde4b98efe450c80b67fb (diff)
downloadhomebrew-7f83d52b394fe7f02cdd6c7816286b0e126c2593.tar.bz2
miredo 1.2.6
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/miredo.rb17
1 files changed, 3 insertions, 14 deletions
diff --git a/Library/Formula/miredo.rb b/Library/Formula/miredo.rb
index 8f2593aa4..994466148 100644
--- a/Library/Formula/miredo.rb
+++ b/Library/Formula/miredo.rb
@@ -2,10 +2,11 @@ require 'formula'
class Miredo < Formula
homepage 'http://www.remlab.net/miredo/'
- url 'http://www.remlab.net/files/miredo/miredo-1.2.5.tar.xz'
- sha1 '3aa4f35e78ffaca2c8652f428401be6e384888c9'
+ url 'http://www.remlab.net/files/miredo/miredo-1.2.6.tar.xz'
+ sha1 '630c84e9919952f6f4792ceda54a12e0aef43bbf'
depends_on 'xz' => :build
+ depends_on 'tuntap'
depends_on 'judy'
def patches
@@ -22,18 +23,6 @@ class Miredo < Formula
system "./configure", *args
system "make install"
end
-
- def caveats; <<-EOS.undent
- You must also install tuntap.
-
- The TunTap project provides kernel extensions for Mac OS X that allow
- creation of virtual network interfaces.
-
- http://tuntaposx.sourceforge.net/
-
- Because these are kernel extensions, there is no Homebrew formula for tuntap.
- EOS
- end
end
__END__