summaryrefslogtreecommitdiffstats
path: root/abs/extra/rtmpdump/PKGBUILD
blob: e7432cbd5b3c2028e6afd52933ea28394e034bc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# $Id: PKGBUILD 202973 2013-12-29 17:17:31Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
# Contributor: xduugu
# Contributor: Elis Hughes <elishughes@googlemail.com>

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')