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

Jan Steffens heftig at archlinux.org
Thu Sep 18 12:45:03 UTC 2014


    Date: Thursday, September 18, 2014 @ 14:45:03
  Author: heftig
Revision: 221926

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

Added:
  rtmpdump/repos/testing-i686/
  rtmpdump/repos/testing-i686/PKGBUILD
    (from rev 221925, rtmpdump/trunk/PKGBUILD)
  rtmpdump/repos/testing-x86_64/
  rtmpdump/repos/testing-x86_64/PKGBUILD
    (from rev 221925, 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 221925, rtmpdump/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-09-18 12:45:03 UTC (rev 221926)
@@ -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=20140918
+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=a1900c3)
+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 221925, rtmpdump/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-09-18 12:45:03 UTC (rev 221926)
@@ -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=20140918
+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=a1900c3)
+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