Skip to content

Commit

Permalink
Adding ezstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Delsman committed Sep 18, 2011
1 parent 6d4e08f commit 8fd1347
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Library/Formula/ezstream.rb
@@ -0,0 +1,15 @@
require 'formula'

class Ezstream < Formula
url 'http://downloads.xiph.org/releases/ezstream/ezstream-0.5.6.tar.gz'
homepage 'http://www.icecast.org/ezstream.php'
md5 '1be68119d44fbe71454a901fa650a359'

depends_on 'libvorbis', 'libshout', 'theora', 'speex', 'libogg'

def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"
end
end

0 comments on commit 8fd1347

Please sign in to comment.