diff options
author | Chad Huneycutt <chadh@gentoo.org> | 2001-08-16 04:19:13 +0000 |
---|---|---|
committer | Chad Huneycutt <chadh@gentoo.org> | 2001-08-16 04:19:13 +0000 |
commit | 58705287364fe37e59880f8fb6fee0c6e313068c (patch) | |
tree | 1fbe94b2724847e76af35e45d4c58e2114f824ff /dev-lang | |
parent | ugh! I can't get rid of this file! (diff) | |
download | historical-58705287364fe37e59880f8fb6fee0c6e313068c.tar.gz historical-58705287364fe37e59880f8fb6fee0c6e313068c.tar.bz2 historical-58705287364fe37e59880f8fb6fee0c6e313068c.zip |
added symlinks for libtcl.a and libtk.a
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/tcl-tk/tcl-tk-8.4.2.ebuild | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dev-lang/tcl-tk/tcl-tk-8.4.2.ebuild b/dev-lang/tcl-tk/tcl-tk-8.4.2.ebuild index 08d40328fca1..60afdc8aba75 100644 --- a/dev-lang/tcl-tk/tcl-tk-8.4.2.ebuild +++ b/dev-lang/tcl-tk/tcl-tk-8.4.2.ebuild @@ -59,6 +59,10 @@ src_install() { rm -f ${D}/usr/lib/tcl${V1}/include/generic/tcl.h rm -f ${D}/usr/lib/tcl${V1}/include/generic/tclDecls.h rm -f ${D}/usr/lib/tcl${V1}/include/generic/tclPlatDecls.h + + # install symlink for libraries + dosym /usr/lib/libtcl${V1}.a /usr/lib/libtcl.a + dosym /usr/lib/libtclstub${V1}.a /usr/lib/libtclstub.a cd ${S2}/unix try make INSTALL_ROOT=${D} MAN_INSTALL_DIR=${D}/usr/share/man install @@ -79,6 +83,10 @@ src_install() { rm -f ${D}/usr/lib/tk${V2}/include/generic/tk.h rm -f ${D}/usr/lib/tk${V2}/include/generic/tkDecls.h rm -f ${D}/usr/lib/tk${V2}/include/generic/tkPlatDecls.h + + # install symlink for libraries + dosym /usr/lib/libtk${V2}.a /usr/lib/libtk.a + dosym /usr/lib/libtkstub${V2}.a /usr/lib/libtkstub.a ln -sf tclsh${V1} ${D}/usr/bin/tclsh ln -sf wish${V2} ${D}/usr/bin/wish |