aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/flvstreamer.rb
blob: 24ed73d46b7f06b6629c83d921ebe303772e4d52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require 'formula'

class Flvstreamer < Formula
  homepage 'http://www.nongnu.org/flvstreamer/'
  url 'http://download.savannah.gnu.org/releases-noredirect/flvstreamer/source/flvstreamer-2.1c1.tar.gz'
  md5 '4866387328ad89c957af90a2478e5556'

  def install
    system "make posix"
    bin.install 'flvstreamer', 'rtmpsrv', 'rtmpsuck', 'streams'
  end
end