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

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

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