summaryrefslogtreecommitdiff
path: root/repo
diff options
context:
space:
mode:
Diffstat (limited to 'repo')
-rw-r--r--repo/core/rtmpdump.xibuild11
1 files changed, 11 insertions, 0 deletions
diff --git a/repo/core/rtmpdump.xibuild b/repo/core/rtmpdump.xibuild
new file mode 100644
index 0000000..78a43e8
--- /dev/null
+++ b/repo/core/rtmpdump.xibuild
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+DEPS=(glibc gnutls zlib)
+
+SOURCE=git://git.ffmpeg.org/rtmpdump
+DESC="Tool to download rtmp streams"
+
+build () {
+ make SYS=posix
+ make DESTDIR=$PKG_DEST install
+}