aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/rtmpdump.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-04-07 09:33:36 -0700
committerAdam Vandenberg2010-04-07 09:33:36 -0700
commitcefbd174e9c6907a32c92d75cfea513b1d16eb51 (patch)
tree46254fdbd02e01f83cf883871d6b2f223ffbdf99 /Library/Formula/rtmpdump.rb
parent501b14871a3f13dbda8392301be9fe0283690931 (diff)
downloadhomebrew-cefbd174e9c6907a32c92d75cfea513b1d16eb51.tar.bz2
Formula for rtmpdump.
Diffstat (limited to 'Library/Formula/rtmpdump.rb')
-rw-r--r--Library/Formula/rtmpdump.rb12
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