diff options
| author | Adam Vandenberg | 2010-04-07 09:33:36 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-04-07 09:33:36 -0700 |
| commit | cefbd174e9c6907a32c92d75cfea513b1d16eb51 (patch) | |
| tree | 46254fdbd02e01f83cf883871d6b2f223ffbdf99 /Library/Formula/rtmpdump.rb | |
| parent | 501b14871a3f13dbda8392301be9fe0283690931 (diff) | |
| download | homebrew-cefbd174e9c6907a32c92d75cfea513b1d16eb51.tar.bz2 | |
Formula for rtmpdump.
Diffstat (limited to 'Library/Formula/rtmpdump.rb')
| -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 |
