pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
jitsi-sctp: ship the jar file for jitsi-videobridge
Module Name: pkgsrc-wip
Committed By: Pierre Pronchery <khorben%defora.org@localhost>
Pushed By: khorben
Date: Fri Feb 10 20:54:45 2023 +0100
Changeset: d860e9afcdf732f16895b9bc3febc770c444e85d
Modified Files:
jitsi-sctp/Makefile
jitsi-sctp/PLIST
Log Message:
jitsi-sctp: ship the jar file for jitsi-videobridge
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d860e9afcdf732f16895b9bc3febc770c444e85d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
jitsi-sctp/Makefile | 4 +++-
jitsi-sctp/PLIST | 1 +
2 files changed, 4 insertions(+), 1 deletion(-)
diffs:
diff --git a/jitsi-sctp/Makefile b/jitsi-sctp/Makefile
index ed2abe173f..717f50c710 100644
--- a/jitsi-sctp/Makefile
+++ b/jitsi-sctp/Makefile
@@ -58,6 +58,8 @@ do-build:
cd ${WRKSRC} && ${MVN} package -DbuildSctp -DbuildNativeWrapper -DdeployNewJnilib
do-install:
- cd ${WRKSRC} && ${MVN} install -DbuildSctp -DbuildNativeWrapper -DdeployNewJnilib
+ ${MKDIR} ${DESTDIR}${PREFIX}/share/jitsi-videobridge/lib
+ ${CP} ${WRKSRC}/jniwrapper/native/target/jniwrapper-native-1.0-SNAPSHOT.jar \
+ ${DESTDIR}${PREFIX}/share/jitsi-videobridge/lib/jniwrapper-native-1.0-SNAPSHOT.jar
.include "../../mk/bsd.pkg.mk"
diff --git a/jitsi-sctp/PLIST b/jitsi-sctp/PLIST
index 48d96a5493..f0833cbba3 100644
--- a/jitsi-sctp/PLIST
+++ b/jitsi-sctp/PLIST
@@ -1 +1,2 @@
@comment $NetBSD$
+share/jitsi-videobridge/lib/jniwrapper-native-${PKGVERSION}-SNAPSHOT.jar
Home |
Main Index |
Thread Index |
Old Index