require 'formula' class Tinc < Formula homepage 'http://www.tinc-vpn.org' url 'http://www.tinc-vpn.org/packages/tinc-1.0.21.tar.gz' sha1 'e7f65ba5dded43569c51b1fdc2f421c9cee75b9b' depends_on 'lzo' def install system "./configure", "--prefix=#{prefix}", "--sysconfdir=#{etc}" system "make" system "make install" end end