homebrew-core/Formula/libewf.rb
Brett Koonce b6f5a404b0 libewf 20121209
note: upstream switched from sourceforge to googlecode

Closes Homebrew/homebrew#16858.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-02 21:00:20 -08:00

12 lines
335 B
Ruby

require 'formula'
class Libewf < Formula
homepage 'http://code.google.com/p/libewf/'
url 'http://libewf.googlecode.com/files/libewf-20121209.tar.gz'
sha1 '98870b307a6028788c76e572772965f15a84415a'
def install
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "make install"
end
end