2010-03-31 09:22:01 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class OpencoreAmr < Formula
|
2010-03-31 09:22:01 +00:00
|
|
|
homepage 'http://opencore-amr.sourceforge.net/'
|
2012-06-14 08:17:31 +00:00
|
|
|
url 'http://downloads.sourceforge.net/opencore-amr/opencore-amr-0.1.3.tar.gz'
|
|
|
|
sha1 '737f00e97a237f4ae701ea55913bb38dc5513501'
|
2010-04-07 05:58:35 +00:00
|
|
|
|
2010-03-31 09:22:01 +00:00
|
|
|
def install
|
|
|
|
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
|
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|