From: Jean-Claude Wippler Date: Sat, 31 Mar 2007 10:34:15 +0000 (+0000) Subject: rename X-Git-Url: http://privyetmir.co.uk/gitweb?a=commitdiff_plain;h=1a55872113c1c5b6c38e4f45198008a322f49d1a;p=kitgen rename git-svn-id: svn://svn.equi4.com/kitgen/trunk@1350 9e558909-932a-0410-a563-af77432da1eb --- diff --git a/extdefs/Mk4tcl.kbs2 b/extdefs/Mk4tcl.kbs2 new file mode 100644 index 0000000..b68f53f --- /dev/null +++ b/extdefs/Mk4tcl.kbs2 @@ -0,0 +1,20 @@ +Version 2.4.9.6 + +Sources fetch http://www.equi4.com/pub/mk/metakit-2.4.9.6.tar.gz + +Build { + Sh [Srcdir]/unix/configure --with-tcl=[Incdir] + Sh make tcl + Sh strip -x Mk4tcl[info sharedlibext] + + file delete -force out + file mkdir out + file copy Mk4tcl[info sharedlibext] out/libmk4tcl[info sharedlibext] + + set fd [open out/pkgIndex.tcl w] + puts $fd "package ifneeded Mk4tcl [Version] \\" + puts $fd { [list load [file join $dir libmk4tcl[info sharedlibext]] Mk4tcl]} + close $fd +} + +Result out \ No newline at end of file