mp4v2 formula added
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
fd89710fee
commit
61eef1b515
1 changed files with 12 additions and 0 deletions
12
Formula/mp4v2.rb
Normal file
12
Formula/mp4v2.rb
Normal 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
|
Loading…
Reference in a new issue