mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
17 lines
563 B
Plaintext
17 lines
563 B
Plaintext
PKG_NAME="rtmpdump"
|
|
PKG_VERSION="2.3"
|
|
PKG_REV="1"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://rtmpdump.mplayerhq.hu/"
|
|
PKG_URL="http://rtmpdump.mplayerhq.hu/download/$PKG_NAME-$PKG_VERSION.tgz"
|
|
PKG_DEPENDS="zlib openssl"
|
|
PKG_BUILD_DEPENDS="toolchain zlib openssl"
|
|
PKG_PRIORITY="optional"
|
|
PKG_SECTION="multimedia"
|
|
PKG_SHORTDESC="rtmpdump: a toolkit for RTMP streams."
|
|
PKG_LONGDESC="rtmpdump is a toolkit for RTMP streams. All forms of RTMP are supported, including rtmp://, rtmpt://, rtmpe://, rtmpte://, and rtmps://."
|
|
PKG_IS_ADDON="no"
|
|
|
|
PKG_AUTORECONF="no"
|