diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-05 06:45:47 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-05 06:45:47 (GMT) |
commit | 33fcff2b3ef14e7d9bded8c6a1cc786f2be109f0 (patch) | |
tree | cfaa7e95f6b43ccbeda7089f87a78324c860cc90 /abs/extra-testing/rtmpdump/PKGBUILD | |
parent | 1f780b78f0c1f12457a28e7f166c7a9875af33ad (diff) | |
download | linhes_pkgbuild-33fcff2b3ef14e7d9bded8c6a1cc786f2be109f0.zip linhes_pkgbuild-33fcff2b3ef14e7d9bded8c6a1cc786f2be109f0.tar.gz linhes_pkgbuild-33fcff2b3ef14e7d9bded8c6a1cc786f2be109f0.tar.bz2 |
Dep for MythVodka.
Diffstat (limited to 'abs/extra-testing/rtmpdump/PKGBUILD')
-rw-r--r-- | abs/extra-testing/rtmpdump/PKGBUILD | 18 |
1 files changed, 18 insertions, 0 deletions
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<knoppmyth@gmail.com> + +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 +} |