librtmp: cross build and dbg support.
This commit is contained in:
parent
443a7b1e36
commit
2ba5ea1ada
2 changed files with 4 additions and 7 deletions
srcpkgs/rtmpdump
|
@ -2,9 +2,6 @@
|
||||||
#
|
#
|
||||||
depends="openssl-devel librtmp>=$version"
|
depends="openssl-devel librtmp>=$version"
|
||||||
short_desc="${short_desc} -- development files"
|
short_desc="${short_desc} -- development files"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
|
|
|
@ -1,21 +1,21 @@
|
||||||
# Template file for 'rtmpdump'
|
# Template file for 'rtmpdump'
|
||||||
pkgname=rtmpdump
|
pkgname=rtmpdump
|
||||||
version=2.4
|
version=2.4
|
||||||
revision=1
|
revision=2
|
||||||
makedepends="openssl-devel"
|
makedepends="openssl-devel"
|
||||||
subpackages="librtmp librtmp-devel"
|
subpackages="librtmp librtmp-devel"
|
||||||
short_desc="Toolkit for RTMP streams"
|
short_desc="Toolkit for RTMP streams"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://rtmpdump.mplayerhq.hu/"
|
homepage="http://rtmpdump.mplayerhq.hu/"
|
||||||
license="GPL-2, LGPL-2.1"
|
license="GPL-2, LGPL-2.1"
|
||||||
distfiles="ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${version}.tar.xz"
|
distfiles="http://dev.gentoo.org/~hwoarang/distfiles/${pkgname}-${version}.tar.gz"
|
||||||
checksum=2c3b76d46d56180176ef099b8ad50a1608bef1dac35d8cb0b21ceac31b5c0656
|
checksum=51f54d37907f19bfa00219d57ec6e12d09458bb31360e8cf004883df745f094c
|
||||||
long_desc="
|
long_desc="
|
||||||
rtmpdump is a toolkit for RTMP streams. All forms of RTMP are supported,
|
rtmpdump is a toolkit for RTMP streams. All forms of RTMP are supported,
|
||||||
including rtmp://, rtmpt://, rtmpe://, rtmpte://, and rtmps://."
|
including rtmp://, rtmpt://, rtmpe://, rtmpte://, and rtmps://."
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs}
|
make CC="$CC" OPT="$CFLAGS" ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Reference in a new issue