aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libogg.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/libogg.rb')
-rw-r--r--Library/Formula/libogg.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/libogg.rb b/Library/Formula/libogg.rb
new file mode 100644
index 000000000..178835342
--- /dev/null
+++ b/Library/Formula/libogg.rb
@@ -0,0 +1,12 @@
+require 'brewkit'
+
+class Libogg <Formula
+ @homepage='http://www.xiph.org/ogg/'
+ @url='http://downloads.xiph.org/releases/ogg/libogg-1.1.3.tar.gz'
+ @md5='eaf7dc6ebbff30975de7527a80831585'
+
+ def install
+ system "./configure --disable-debug --prefix='#{prefix}'"
+ system "make install"
+ end
+end \ No newline at end of file