librtmp: cross build and dbg support.

This commit is contained in:
Juan RP 2013-03-24 16:52:33 +01:00
parent 443a7b1e36
commit 2ba5ea1ada
2 changed files with 4 additions and 7 deletions

View file

@ -2,9 +2,6 @@
#
depends="openssl-devel librtmp>=$version"
short_desc="${short_desc} -- development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
do_install() {
vmove usr/include usr

View file

@ -1,21 +1,21 @@
# Template file for 'rtmpdump'
pkgname=rtmpdump
version=2.4
revision=1
revision=2
makedepends="openssl-devel"
subpackages="librtmp librtmp-devel"
short_desc="Toolkit for RTMP streams"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://rtmpdump.mplayerhq.hu/"
license="GPL-2, LGPL-2.1"
distfiles="ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=2c3b76d46d56180176ef099b8ad50a1608bef1dac35d8cb0b21ceac31b5c0656
distfiles="http://dev.gentoo.org/~hwoarang/distfiles/${pkgname}-${version}.tar.gz"
checksum=51f54d37907f19bfa00219d57ec6e12d09458bb31360e8cf004883df745f094c
long_desc="
rtmpdump is a toolkit for RTMP streams. All forms of RTMP are supported,
including rtmp://, rtmpt://, rtmpe://, rtmpte://, and rtmps://."
do_build() {
make ${makejobs}
make CC="$CC" OPT="$CFLAGS" ${makejobs}
}
do_install() {