2010-09-20 20:03:36 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Libewf < Formula
|
2013-01-03 04:40:48 +00:00
|
|
|
homepage 'http://code.google.com/p/libewf/'
|
2013-03-26 03:33:36 +00:00
|
|
|
url 'http://libewf.googlecode.com/files/libewf-20130303.tar.gz'
|
|
|
|
sha1 '99e86eb71b7a1203c9b95141a5f10ff2c22e35c1'
|
2010-09-20 20:03:36 +00:00
|
|
|
|
|
|
|
def install
|
2012-05-20 19:34:18 +00:00
|
|
|
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
|
2010-09-20 20:03:36 +00:00
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|