From 23ebbf213faa2901f3c1d8aab6573c2784d729c5 Mon Sep 17 00:00:00 2001 From: Jean-Claude Wippler Date: Sat, 7 Apr 2007 19:33:33 +0000 Subject: [PATCH] added tcllib and tklib git-svn-id: svn://svn.equi4.com/kitgen/trunk@1431 9e558909-932a-0410-a563-af77432da1eb --- extdefs/tcllib.kbs | 10 ++++++++++ extdefs/tklib.kbs | 10 ++++++++++ kbs.tcl | 4 ++++ 3 files changed, 24 insertions(+) create mode 100644 extdefs/tcllib.kbs create mode 100644 extdefs/tklib.kbs diff --git a/extdefs/tcllib.kbs b/extdefs/tcllib.kbs new file mode 100644 index 0000000..81feacd --- /dev/null +++ b/extdefs/tcllib.kbs @@ -0,0 +1,10 @@ +Version 1.9 + +Sources cvs tcllib.cvs.sourceforge.net:/cvsroot/tcllib + +Build { + Run sh [Srcdir]/configure --prefix=[Destdir] + Run make install-libraries +} + +Result [Unglob ../lib/tcllib1*] \ No newline at end of file diff --git a/extdefs/tklib.kbs b/extdefs/tklib.kbs new file mode 100644 index 0000000..6e4009e --- /dev/null +++ b/extdefs/tklib.kbs @@ -0,0 +1,10 @@ +Version 0.4 + +Sources cvs tcllib.cvs.sourceforge.net:/cvsroot/tcllib tklib + +Build { + Run sh [Srcdir]/configure --prefix=[Destdir] + Run make install-libraries +} + +Result [Unglob ../lib/tklib0*] \ No newline at end of file diff --git a/kbs.tcl b/kbs.tcl index c6e74dd..b6e9a3d 100644 --- a/kbs.tcl +++ b/kbs.tcl @@ -145,6 +145,10 @@ namespace eval config { return [Topdir]/sources/$v::package-$v::version } + proc Destdir {} { + return $v::maindir/build + } + proc Incdir {} { return $v::maindir/build/include } -- 2.23.0