miredo 1.2.6

This commit is contained in:
Adam Vandenberg 2013-12-01 13:52:42 -08:00
parent 1ff143e5d5
commit 95a927c8a3

View file

@ -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__