rename
authorJean-Claude Wippler <jcw@equi4.com>
Sat, 31 Mar 2007 10:34:15 +0000 (10:34 +0000)
committerJean-Claude Wippler <jcw@equi4.com>
Sat, 31 Mar 2007 10:34:15 +0000 (10:34 +0000)
git-svn-id: svn://svn.equi4.com/kitgen/trunk@1350 9e558909-932a-0410-a563-af77432da1eb

extdefs/Mk4tcl.kbs2 [new file with mode: 0644]

diff --git a/extdefs/Mk4tcl.kbs2 b/extdefs/Mk4tcl.kbs2
new file mode 100644 (file)
index 0000000..b68f53f
--- /dev/null
@@ -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