Skip to content

Commit

Permalink
miredo 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Dec 1, 2013
1 parent 1ff143e commit 95a927c
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions Formula/miredo.rb
Expand Up @@ -2,10 +2,11 @@

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
Expand All @@ -22,18 +23,6 @@ def install
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__
Expand Down

0 comments on commit 95a927c

Please sign in to comment.