homebrew-core/Formula/rtmpdump.rb

12 lines
303 B
Ruby
Raw Normal View History

2010-04-07 16:33:36 +00:00
require 'formula'
class Rtmpdump <Formula
url 'http://rtmpdump.mplayerhq.hu/download/rtmpdump-2.2b.tar.gz'
homepage 'http://rtmpdump.mplayerhq.hu'
md5 '1faea785e8818fe0ddf2543e05a4b801'
def install
system "make posix"
bin.install ['rtmpdump', 'rtmpgw', 'rtmpsrv', 'rtmpsuck']
end
end