diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/rtmpdump.rb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/rtmpdump.rb b/Library/Formula/rtmpdump.rb new file mode 100644 index 000000000..d66095c39 --- /dev/null +++ b/Library/Formula/rtmpdump.rb @@ -0,0 +1,12 @@ +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
\ No newline at end of file |
