From 33fcff2b3ef14e7d9bded8c6a1cc786f2be109f0 Mon Sep 17 00:00:00 2001 From: Cecil Hugh Watson Date: Wed, 4 Feb 2009 22:45:47 -0800 Subject: Dep for MythVodka. --- abs/extra-testing/rtmpdump/PKGBUILD | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 abs/extra-testing/rtmpdump/PKGBUILD diff --git a/abs/extra-testing/rtmpdump/PKGBUILD b/abs/extra-testing/rtmpdump/PKGBUILD new file mode 100644 index 0000000..52050b2 --- /dev/null +++ b/abs/extra-testing/rtmpdump/PKGBUILD @@ -0,0 +1,18 @@ +# $Id: PKGBUILD 5936 2008-07-21 20:24:16Z thomas $ +# Maintainer: Cecil Watson + +pkgname=rtmpdump +pkgver=1.2a +pkgrel=1 +pkgdesc="A small dumper for media content streamed over the RTMP protocol." +arch=('i686' 'x86_64') +license=('GPL2') +url="http://sourceforge.net/projects/rtmpdump/" +source=('http://garr.dl.sourceforge.net/sourceforge/rtmpdump/rtmpdump-v1.2a.tar.gz') + +build() { + cd $startdir/src/rtmpdump + make + mkdir -p $startdir/pkg/usr/bin + cp -p rtmpdump $startdir/pkg/usr/bin +} -- cgit v0.12