2011-01-14 17:04:38 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Enca < Formula
|
2011-01-14 17:04:38 +00:00
|
|
|
homepage 'http://freshmeat.net/projects/enca'
|
2013-01-29 15:52:49 +00:00
|
|
|
url 'http://dl.cihar.com/enca/enca-1.13.tar.gz'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 'c6e25ea4f4cc53100bd6dacd62ea22e39151d067'
|
2011-01-14 17:04:38 +00:00
|
|
|
|
|
|
|
def install
|
2012-02-26 02:45:51 +00:00
|
|
|
system "./configure", "--disable-dependency-tracking",
|
2011-01-14 17:04:38 +00:00
|
|
|
"--prefix=#{prefix}"
|
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|