[Lunar-commits] <moonbase> rtmpdump: Adding to moonbase.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Fri Jun 18 17:08:02 CEST 2010


commit 16cb494eb212185bed88fe7a2e92c849744dac8c
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Fri Jun 18 11:08:02 2010 -0400

    rtmpdump: Adding to moonbase.
---
 net/rtmpdump/BUILD   |   15 +++++++++++++++
 net/rtmpdump/DEPENDS |    2 ++
 net/rtmpdump/DETAILS |   14 ++++++++++++++
 3 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/net/rtmpdump/BUILD b/net/rtmpdump/BUILD
new file mode 100644
index 0000000..588de16
--- /dev/null
+++ b/net/rtmpdump/BUILD
@@ -0,0 +1,15 @@
+(
+
+
+  sedit "s:/usr/local:/usr:" Makefile librtmp/Makefile &&
+  sedit "s:-Wall:-Wall -fPIC:" Makefile librtmp/Makefile &&
+
+  cd librtmp &&
+
+  make SYS=posix CRYPTO="OPENSSL"  &&
+
+  prepare_install &&
+
+  make install
+
+) > $C_FIFO 2>&1
diff --git a/net/rtmpdump/DEPENDS b/net/rtmpdump/DEPENDS
new file mode 100644
index 0000000..fbc7293
--- /dev/null
+++ b/net/rtmpdump/DEPENDS
@@ -0,0 +1,2 @@
+depends zlib
+depends openssl
diff --git a/net/rtmpdump/DETAILS b/net/rtmpdump/DETAILS
new file mode 100644
index 0000000..4d08cad
--- /dev/null
+++ b/net/rtmpdump/DETAILS
@@ -0,0 +1,14 @@
+          MODULE=rtmpdump
+         VERSION=2.2e
+          SOURCE=$MODULE-$VERSION.tar.gz
+   SOURCE_URL[0]=http://rtmpdump.mplayerhq.hu/download/
+      SOURCE_VFY=sha1:369010b64d798f04559055fdbe2962944505decd
+        WEB_SITE=http://rtmpdump.mplayerhq.hu/
+         ENTERED=20100618
+         UPDATED=20100618
+           SHORT="toolkit for RTMP streams"
+
+cat << EOF
+rtmpdump is a toolkit for RTMP streams. All forms of RTMP are supported, 
+including rtmp://, rtmpt://, rtmpe://, rtmpte://, and rtmps://. 
+EOF


More information about the Lunar-commits mailing list