# $Id: PKGBUILD 202973 2013-12-29 17:17:31Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski # Contributor: xduugu # Contributor: Elis Hughes pkgname=rtmpdump pkgver=20131205 pkgrel=1 pkgdesc='Tool to download rtmp streams' arch=('i686' 'x86_64') url='http://rtmpdump.mplayerhq.hu/' license=('GPL2' 'LGPL2.1') depends=('openssl') makedepends=('git') options=('!makeflags') source=(git://git.ffmpeg.org/rtmpdump#commit=dc76f0a8) build() { cd $pkgname make } package() { cd $pkgname make prefix=/usr sbindir=/usr/bin \ mandir=/usr/share/man DESTDIR="$pkgdir" \ install } md5sums=('SKIP')