summaryrefslogtreecommitdiff
path: root/repo/core/rtmpdump.xibuild
blob: faa4a5b8aeb2a323c9d4334c17c906ddaaf84e9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

DEPS=(glibc gnutls zlib)

SOURCE=git://git.ffmpeg.org/rtmpdump
BRANCH="fa8646d"
DESC="Tool to download rtmp streams"

build () {
    make SYS=posix
    make DESTDIR=$PKG_DEST install
}