[arch-commits] Commit in rtmpdump/repos (4 files)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sat Dec 28 22:44:58 UTC 2013


    Date: Saturday, December 28, 2013 @ 23:44:57
  Author: bpiotrowski
Revision: 202888

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  rtmpdump/repos/testing-i686/
  rtmpdump/repos/testing-i686/PKGBUILD
    (from rev 202887, rtmpdump/trunk/PKGBUILD)
  rtmpdump/repos/testing-x86_64/
  rtmpdump/repos/testing-x86_64/PKGBUILD
    (from rev 202887, rtmpdump/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: rtmpdump/repos/testing-i686/PKGBUILD (from rev 202887, rtmpdump/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-12-28 22:44:57 UTC (rev 202888)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: xduugu
+# Contributor: Elis Hughes <elishughes at 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)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make prefix=/usr sbindir=/usr/bin \
+    mandir=/usr/share/man DESTDIR="$pkgdir" \
+    install
+}

Copied: rtmpdump/repos/testing-x86_64/PKGBUILD (from rev 202887, rtmpdump/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-12-28 22:44:57 UTC (rev 202888)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: xduugu
+# Contributor: Elis Hughes <elishughes at 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)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make prefix=/usr sbindir=/usr/bin \
+    mandir=/usr/share/man DESTDIR="$pkgdir" \
+    install
+}




More information about the arch-commits mailing list