homebrew-core/Formula/libewf.rb

13 lines
358 B
Ruby
Raw Normal View History

require 'formula'
2011-03-10 05:11:03 +00:00
class Libewf < Formula
homepage 'http://code.google.com/p/libewf/'
2014-03-06 16:03:36 +00:00
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