libogg formula

This commit is contained in:
Max Howell 2009-05-22 14:56:25 +01:00
parent 4a60b794b6
commit 2c67a47517

11
Formula/libogg.rb Normal file
View File

@ -0,0 +1,11 @@
$:.unshift "#{File.dirname __FILE__}/../Cellar/homebrew" #rubysucks
require 'brewkit'
homepage='http://www.xiph.org/ogg/'
url='http://downloads.xiph.org/releases/ogg/libogg-1.1.3.tar.gz'
md5='eaf7dc6ebbff30975de7527a80831585'
Formula.new(url, md5).brew do |prefix|
system "./configure --disable-debug --prefix='#{prefix}'"
system "make install"
end