Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gcc6.git;a=commitdiff;h=ab1dc720a355275af592d51a6aa9723e40d82b1e

commit ab1dc720a355275af592d51a6aa9723e40d82b1e
Author: crazy <cr...@frugalware.org>
Date:   Mon Sep 19 16:01:04 2016 +0200

rtmpdump-2.4-3-x86_64
* fix man PATH

diff --git a/source/network/rtmpdump/FrugalBuild 
b/source/network/rtmpdump/FrugalBuild
index e72cf45..1f258a8 100644
--- a/source/network/rtmpdump/FrugalBuild
+++ b/source/network/rtmpdump/FrugalBuild
@@ -10,8 +10,10 @@ depends=('openssl>=1.0.2-8' 'zlib>=1.2.8-8')
groups=('network')
archs=('i686' 'x86_64')
up2date="Flasttar $url/download/"
-source=(ftp://ftp.frugalware.org/pub/other/source/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('a593bf583987974ebfa36f88ee09d908b1417fa4')
+source=(ftp://ftp.frugalware.org/pub/other/source/${pkgname}/${pkgname}-${pkgver}.tar.xz
 \
+       man-path.patch)
+sha1sums=('a593bf583987974ebfa36f88ee09d908b1417fa4' \
+          'c1c430b2d32d35d3328c95d37612c73ff26eb215')

build() {
Fcd
@@ -20,3 +22,5 @@ build()       {
Fmkdir usr/lib
Fbuild
}
+
+# optimization OK
diff --git a/source/network/rtmpdump/man-path.patch 
b/source/network/rtmpdump/man-path.patch
new file mode 100644
index 0000000..828898f
--- /dev/null
+++ b/source/network/rtmpdump/man-path.patch
@@ -0,0 +1,24 @@
+diff -Naur rtmpdump-2.4/librtmp/Makefile rtmpdump-2.4-p/librtmp/Makefile
+--- rtmpdump-2.4/librtmp/Makefile      2011-07-12 02:24:33.000000000 +0200
++++ rtmpdump-2.4-p/librtmp/Makefile    2016-09-19 15:59:25.000936046 +0200
+@@ -5,7 +5,7 @@
+ incdir=$(prefix)/include/librtmp
+ bindir=$(prefix)/bin
+ libdir=$(prefix)/lib
+-mandir=$(prefix)/man
++mandir=$(prefix)/share/man
+ BINDIR=$(DESTDIR)$(bindir)
+ INCDIR=$(DESTDIR)$(incdir)
+ LIBDIR=$(DESTDIR)$(libdir)
+diff -Naur rtmpdump-2.4/Makefile rtmpdump-2.4-p/Makefile
+--- rtmpdump-2.4/Makefile      2011-07-12 02:24:33.000000000 +0200
++++ rtmpdump-2.4-p/Makefile    2016-09-19 15:56:10.339195540 +0200
+@@ -26,7 +26,7 @@
+
+ bindir=$(prefix)/bin
+ sbindir=$(prefix)/sbin
+-mandir=$(prefix)/man
++mandir=$(prefix)/share/man
+
+ BINDIR=$(DESTDIR)$(bindir)
+ SBINDIR=$(DESTDIR)$(sbindir)
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to