mp4v2 formula added

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Sebastian Albers 2010-04-16 13:46:40 +02:00 committed by Adam Vandenberg
parent fd89710fee
commit 61eef1b515

12
Formula/mp4v2.rb Normal file
View file

@ -0,0 +1,12 @@
require 'formula'
class Mp4v2 <Formula
url 'http://mp4v2.googlecode.com/files/mp4v2-1.9.1.tar.bz2'
homepage 'http://code.google.com/p/mp4v2/'
md5 '986701929ef15b03155ac4fb16444797'
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "make install"
end
end