xvid 1.3.2

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Ruben Fonseca 2011-07-27 09:32:13 +01:00 committed by Adam Vandenberg
parent 81fc18a97c
commit 64643add36

View file

@ -1,14 +1,13 @@
require 'formula'
class Xvid < Formula
url 'http://downloads.xvid.org/downloads/xvidcore-1.2.2.tar.gz'
url 'http://downloads.xvid.org/downloads/xvidcore-1.3.2.tar.gz'
homepage 'http://www.xvid.org'
md5 '2ce9b1d280d703b5bc8e702c79e660b5'
md5 '87c8cf7b69ebed93c2d82ea5709d098a'
def install
cd 'build/generic' do
system "./configure", "--disable-assembly", "--prefix=#{prefix}"
ENV.j1 # Doesn't compile on parallel build
system "make"
system "make install" # Need to call these separately
end