homebrew-core/Formula/libewf.rb
Booboule dfd4a89cc5 libewf 20131230
Closes Homebrew/homebrew#25746.

Signed-off-by: Brett Koonce <koonce@gmail.com>
2014-01-18 13:24:48 -06:00

12 lines
358 B
Ruby

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