# $Id: PKGBUILD 172942 2012-12-07 18:25:31Z ibiru $ # Maintainer: Jan de Groot # Contributor: xduugu # Contributor: Elis Hughes pkgname=rtmpdump pkgver=20121203 pkgrel=1 pkgdesc="A tool to download rtmp streams" arch=('i686' 'x86_64') url="http://rtmpdump.mplayerhq.hu/" license=('GPL2' 'LGPL2.1') depends=('openssl') options=(!makeflags) #git://git.ffmpeg.org/rtmpdump source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.xz) sha256sums=('e5d9f7411bddd5a12be677f2a285c38100313db2b3b1f8d2a709d46e03741409') build() { make -C "$pkgname-$pkgver" } package() { make -C "$pkgname-$pkgver" prefix=/usr mandir=/usr/share/man DESTDIR="$pkgdir" install }