[arch-commits] Commit in lib32-librtmp0/repos/multilib-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Sun Oct 2 07:39:07 UTC 2016
Date: Sunday, October 2, 2016 @ 07:39:07
Author: alucryd
Revision: 191193
archrelease: copy trunk to multilib-x86_64
Added:
lib32-librtmp0/repos/multilib-x86_64/PKGBUILD
(from rev 191192, lib32-librtmp0/trunk/PKGBUILD)
Deleted:
lib32-librtmp0/repos/multilib-x86_64/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-02 07:38:59 UTC (rev 191192)
+++ PKGBUILD 2016-10-02 07:39:07 UTC (rev 191193)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: xduugu <xduugu at gmx.com>
-# Contributor: Elis Hughes <elishughes at googlemail.com>
-# Contributor: Dan Ziemba <zman0900 at gmail.com>
-
-pkgname=lib32-librtmp0
-pkgver=2.4
-pkgrel=1
-pkgdesc='Toolkit for RTMP streams'
-arch=('i686' 'x86_64')
-url='http://rtmpdump.mplayerhq.hu/'
-license=('GPL2' 'LGPL2.1')
-depends=('lib32-glibc' 'lib32-openssl' 'lib32-zlib')
-makedepends=('git')
-provides=('librtmp.so')
-options=('!makeflags')
-_commit='c28f1bab7822de97353849e7787b59e50bbb1428'
-source=("git://git.ffmpeg.org/rtmpdump#commit=${_commit}")
-sha256sums=('SKIP')
-
-build() {
- cd rtmpdump
-
- make \
- OPT="$CFLAGS -m32" \
- XLDFLAGS="$LDFLAGS -m32"
-}
-
-package() {
- cd rtmpdump
-
- make \
- prefix='/usr' \
- sbindir='/usr/bin' \
- libdir='/usr/lib32' \
- mandir='/usr/share/man' \
- DESTDIR="${pkgdir}" \
- install
- rm -rf "${pkgdir}"/usr/{bin,include,lib32/{librtmp.{a,so},pkgconfig},share}
-}
-
-# vim: ts=2 sw=2 et:
Copied: lib32-librtmp0/repos/multilib-x86_64/PKGBUILD (from rev 191192, lib32-librtmp0/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-10-02 07:39:07 UTC (rev 191193)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: xduugu <xduugu at gmx.com>
+# Contributor: Elis Hughes <elishughes at googlemail.com>
+# Contributor: Dan Ziemba <zman0900 at gmail.com>
+
+pkgname=lib32-librtmp0
+pkgver=2.4
+pkgrel=1
+pkgdesc='Toolkit for RTMP streams'
+arch=('x86_64')
+url='http://rtmpdump.mplayerhq.hu/'
+license=('GPL2' 'LGPL2.1')
+depends=('lib32-glibc' 'lib32-openssl' 'lib32-zlib')
+makedepends=('git')
+provides=('librtmp.so')
+options=('!makeflags')
+_commit='c28f1bab7822de97353849e7787b59e50bbb1428'
+source=("git://git.ffmpeg.org/rtmpdump#commit=${_commit}")
+sha256sums=('SKIP')
+
+build() {
+ cd rtmpdump
+
+ make \
+ OPT="$CFLAGS -m32" \
+ XLDFLAGS="$LDFLAGS -m32"
+}
+
+package() {
+ cd rtmpdump
+
+ make \
+ prefix='/usr' \
+ sbindir='/usr/bin' \
+ libdir='/usr/lib32' \
+ mandir='/usr/share/man' \
+ DESTDIR="${pkgdir}" \
+ install
+ rm -rf "${pkgdir}"/usr/{bin,include,lib32/{librtmp.{a,so},pkgconfig},share}
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list