pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
cint: Install more files
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Tue Sep 27 22:09:53 2016 +0200
Changeset: dd353292fbd482cd44185a50be1a2ab642e9748b
Modified Files:
cint/Makefile
cint/PLIST
Log Message:
cint: Install more files
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=dd353292fbd482cd44185a50be1a2ab642e9748b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
cint/Makefile | 7 +++++--
cint/PLIST | 2 ++
2 files changed, 7 insertions(+), 2 deletions(-)
diffs:
diff --git a/cint/Makefile b/cint/Makefile
index f13a0ff..0d93a62 100644
--- a/cint/Makefile
+++ b/cint/Makefile
@@ -28,6 +28,7 @@ BUILDLINK_TRANSFORM.NetBSD+= rm:-ldl
CPPFLAGS+= -Wno-write-strings
# For some reason I cannot get BUILDLINK path for .readline
LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib
+LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/cint/lib
BUILD_TARGET= # empty string required
@@ -45,11 +46,13 @@ pre-install:
do-install:
.for _file_ in cint makecint # inc/G__ci.h
- ${INSTALL_PROGRAM} ${WRKSRC}/${_file_} ${DESTDIR}${PREFIX}/cint/
+ ${INSTALL_PROGRAM} ${WRKSRC}/${_file_} ${DESTDIR}${PREFIX}/cint
.endfor
+ ${INSTALL_DATA} ${WRKSRC}/inc/G__ci.h ${DESTDIR}${PREFIX}/cint
+ ${INSTALL_PROGRAM} ${WRKSRC}/libcint.so ${DESTDIR}${PREFIX}/cint/lib
${SED} "s;XXXPREFIXXXX;${PREFIX};g" <${FILESDIR}/cint.sh \
>${DESTDIR}${PREFIX}/bin/cint
- ${RUN} cd ${DESTDIR}${PREFIX}/bin && ${LN} -s cint makecint
+ ${RUN} cd ${DESTDIR}${PREFIX}/bin && ${LN} -sf cint makecint
${CHMOD} +x ${DESTDIR}${PREFIX}/bin/cint
${RUN} cd ${WRKSRC} && ${PAX} -rw include stl ${DESTDIR}${PREFIX}/cint
${RUN} cd ${WRKSRC}/lib && ${PAX} -rw prec_stl ${DESTDIR}${PREFIX}/cint/lib
diff --git a/cint/PLIST b/cint/PLIST
index a330322..b56f6ac 100644
--- a/cint/PLIST
+++ b/cint/PLIST
@@ -1,6 +1,7 @@
@comment $NetBSD$
bin/cint
bin/makecint
+cint/G__ci.h
cint/cint
cint/include/Common.h
cint/include/GL/gl.h
@@ -139,6 +140,7 @@ cint/include/windows.h
cint/include/winsock.h
cint/include/xgraph.c
cint/include/xygraphbuf.h
+cint/lib/libcint.so
cint/lib/prec_stl/README.txt
cint/lib/prec_stl/algorithm
cint/lib/prec_stl/bitset
Home |
Main Index |
Thread Index |
Old Index