pkgsrc-WIP-changes archive

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

OpenSTA: OpenROAD demands some files in etc, added to install, PLIST



Module Name:	pkgsrc-wip
Committed By:	mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Thu Sep 12 14:45:10 2024 +0530
Changeset:	45e642260b497059d8e70a20c6d397b15eb97199

Modified Files:
	OpenSTA/Makefile
	OpenSTA/PLIST

Log Message:
OpenSTA: OpenROAD demands some files in etc, added to install, PLIST

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

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

diffstat:
 OpenSTA/Makefile | 5 +++++
 OpenSTA/PLIST    | 2 ++
 2 files changed, 7 insertions(+)

diffs:
diff --git a/OpenSTA/Makefile b/OpenSTA/Makefile
index 6f17ae850e..83510e67ca 100644
--- a/OpenSTA/Makefile
+++ b/OpenSTA/Makefile
@@ -16,6 +16,11 @@ GCC_REQD+=	10
 
 USE_LANGUAGES=	c++
 
+INSTALLATION_DIRS+=	etc
+
+do-install:
+	${INSTALL_DATA} ${WRKSRC}/etc/* ${DESTDIR}${PREFIX}/etc/
+
 .include "../../wip/cudd/buildlink3.mk"
 .include "../../lang/tcl/buildlink3.mk"
 .include "../../devel/cmake/build.mk"
diff --git a/OpenSTA/PLIST b/OpenSTA/PLIST
index 4feca6b7ab..32696a352f 100644
--- a/OpenSTA/PLIST
+++ b/OpenSTA/PLIST
@@ -1,5 +1,7 @@
 @comment $NetBSD$
 bin/sta
+etc/SwigCleanup.tcl
+etc/TclEncode.tcl
 include/sta/ArcDelayCalc.hh
 include/sta/ArrayTable.hh
 include/sta/Bfs.hh


Home | Main Index | Thread Index | Old Index