require 'formula' class Libewf < Formula homepage 'http://code.google.com/p/libewf/' url 'https://googledrive.com/host/0B3fBvzttpiiSMTdoaVExWWNsRjg/libewf-20140227.tar.gz' sha1 'a8be4c9b3a89c8400a3cae8b2419da583185a7e0' def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make install" end end