tinc 1.0.16
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
60fc4f6e09
commit
b7c3ca9974
1 changed files with 4 additions and 3 deletions
|
@ -1,14 +1,15 @@
|
|||
require 'formula'
|
||||
|
||||
class Tinc < Formula
|
||||
url 'http://www.tinc-vpn.org/packages/tinc-1.0.13.tar.gz'
|
||||
url 'http://www.tinc-vpn.org/packages/tinc-1.0.16.tar.gz'
|
||||
homepage 'http://www.tinc-vpn.org'
|
||||
md5 '86263994d38c750431efd17e9a91a248'
|
||||
sha1 '6700e63c548228b1675f243f0075f98511f1e3a8'
|
||||
|
||||
depends_on 'lzo'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
system "./configure", "--prefix=#{prefix}", "--sysconfdir=#{etc}"
|
||||
system "make"
|
||||
system "make install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue