miredo 1.2.6
This commit is contained in:
parent
1ff143e5d5
commit
95a927c8a3
1 changed files with 3 additions and 14 deletions
|
@ -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__
|
||||
|
|
Loading…
Reference in a new issue