diff options
author | davidovski <david@davidovski.xyz> | 2021-12-23 15:29:57 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2021-12-23 15:29:57 +0000 |
commit | f7d75caed1c9627523aa72f1a04f1b9af34bfcde (patch) | |
tree | 4d5419e767aaffed2cbaad4bdab3e642a967715f /repo/core | |
parent | b406f7d9542a0ed57960feaa9108c0c4bfcac864 (diff) |
added rtmpdump
Diffstat (limited to 'repo/core')
-rw-r--r-- | repo/core/rtmpdump.xibuild | 11 |
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 +} |