2012-05-14 01:12:31 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class LibvoAacenc < Formula
|
|
|
|
homepage 'http://opencore-amr.sourceforge.net/'
|
|
|
|
url 'http://sourceforge.net/projects/opencore-amr/files/vo-aacenc/vo-aacenc-0.1.2.tar.gz'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 'ac56325c05eba4c4f8fe2c5443121753f4d70255'
|
2012-05-14 01:12:31 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
|
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|