From: Jean-Claude Wippler Date: Sat, 7 Apr 2007 19:33:33 +0000 (+0000) Subject: added tcllib and tklib X-Git-Url: http://privyetmir.co.uk/gitweb.cgi?a=commitdiff_plain;h=23ebbf213faa2901f3c1d8aab6573c2784d729c5;p=kitgen added tcllib and tklib git-svn-id: svn://svn.equi4.com/kitgen/trunk@1431 9e558909-932a-0410-a563-af77432da1eb --- 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 }