pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

crypto++: create and install pkgconfig file



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Fri Feb 7 13:38:56 2025 +0100
Changeset:	3bf04bb58d82c248f38a54ce1c6ee9ba06d6d009

Modified Files:
	crypto++/Makefile
	crypto++/PLIST

Log Message:
crypto++: create and install pkgconfig file

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3bf04bb58d82c248f38a54ce1c6ee9ba06d6d009

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 crypto++/Makefile | 2 ++
 crypto++/PLIST    | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diffs:
diff --git a/crypto++/Makefile b/crypto++/Makefile
index fbf0de7c66..b8d006589c 100644
--- a/crypto++/Makefile
+++ b/crypto++/Makefile
@@ -2,6 +2,7 @@
 
 DISTNAME=	cryptopp870
 PKGNAME=	cryptopp-8.7.0
+PKGREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	${HOMEPAGE}
 EXTRACT_SUFX=	.zip
@@ -14,6 +15,7 @@ LICENSE=	boost-license
 USE_LANGUAGES=		c++
 USE_TOOLS+=		gmake
 MAKE_FILE=		GNUmakefile
+BUILD_TARGET=		all libcryptopp.pc
 WRKSRC=			${WRKDIR}
 CPPFLAGS+=		-DCRYPTOPP_DISABLE_ASM -fPIC
 
diff --git a/crypto++/PLIST b/crypto++/PLIST
index 4715ea5d87..df807cb509 100644
--- a/crypto++/PLIST
+++ b/crypto++/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2022/10/02 16:20:26 nros Exp $
+@comment $NetBSD$
 bin/cryptest
 include/cryptopp/3way.h
 include/cryptopp/adler32.h
@@ -196,6 +196,7 @@ lib/libcryptopp.a
 lib/libcryptopp.so
 lib/libcryptopp.so.8
 lib/libcryptopp.so.8.7
+lib/pkgconfig/libcryptopp.pc
 share/cryptopp/TestData/3desval.dat
 share/cryptopp/TestData/3wayval.dat
 share/cryptopp/TestData/aria.dat


Home | Main Index | Thread Index | Old Index