# $Id: $ # Maintainer: Jan de Groot # Contributor: xduugu # Contributor: Elis Hughes pkgname=rtmpdump pkgver=2.3 pkgrel=3 pkgdesc="A tool to download rtmp streams" arch=('i686' 'x86_64' 'mips64el') url="http://rtmpdump.mplayerhq.hu/" license=('LGPL') depends=('openssl') source=(http://rtmpdump.mplayerhq.hu/download/${pkgname}-${pkgver}.tgz) sha256sums=('ef38b7a99d82ce6912063d21063aeaf28185341b3df486e24bffce5354224b2c') build() { cd "${srcdir}/${pkgname}-${pkgver}" sed -i 's/^install_so.0:.*/& install_base/' librtmp/Makefile make prefix=/usr MANDIR="${pkgdir}/usr/share/man" DESTDIR="${pkgdir}" install }