pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/libwebp Install license to comply with the bs...
details: https://anonhg.NetBSD.org/pkgsrc/rev/92eb410b3f67
branches: trunk
changeset: 366327:92eb410b3f67
user: nros <nros%pkgsrc.org@localhost>
date: Fri Aug 11 16:09:47 2017 +0000
description:
Install license to comply with the bsd license and binary redistibution.
Add runtime paths to pkgconfig files.
Bump PKGREVISION.
diffstat:
graphics/libwebp/Makefile | 12 +++++++++++-
graphics/libwebp/PLIST | 3 ++-
2 files changed, 13 insertions(+), 2 deletions(-)
diffs (40 lines):
diff -r 656aca588e9e -r 92eb410b3f67 graphics/libwebp/Makefile
--- a/graphics/libwebp/Makefile Fri Aug 11 15:26:20 2017 +0000
+++ b/graphics/libwebp/Makefile Fri Aug 11 16:09:47 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2017/04/15 15:48:12 kim Exp $
+# $NetBSD: Makefile,v 1.23 2017/08/11 16:09:47 nros Exp $
DISTNAME= libwebp-0.6.0
PKGREVISION= 1
@@ -29,6 +29,16 @@
.endif
PKGCONFIG_OVERRIDE+= src/libwebp.pc.in
+PKGCONFIG_OVERRIDE+= src/libwebpdecoder.pc.in
+PKGCONFIG_OVERRIDE+= src/demux/libwebpdemux.pc.in
+PKGCONFIG_OVERRIDE+= src/mux/libwebpmux.pc.in
+
+INSTALLATION_DIRS+= share/doc/${PKGBASE}
+
+#Needed to comply with the BSD license and redistribution
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/COPYING \
+ ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
.include "../../graphics/giflib/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
diff -r 656aca588e9e -r 92eb410b3f67 graphics/libwebp/PLIST
--- a/graphics/libwebp/PLIST Fri Aug 11 15:26:20 2017 +0000
+++ b/graphics/libwebp/PLIST Fri Aug 11 16:09:47 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2017/02/28 14:40:47 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.5 2017/08/11 16:09:47 nros Exp $
bin/cwebp
bin/dwebp
bin/gif2webp
@@ -22,3 +22,4 @@
man/man1/dwebp.1
man/man1/gif2webp.1
man/man1/webpmux.1
+share/doc/libwebp/COPYING
Home |
Main Index |
Thread Index |
Old Index