added tkhtml
authorJean-Claude Wippler <jcw@equi4.com>
Mon, 9 Apr 2007 13:31:44 +0000 (13:31 +0000)
committerJean-Claude Wippler <jcw@equi4.com>
Mon, 9 Apr 2007 13:31:44 +0000 (13:31 +0000)
git-svn-id: svn://svn.equi4.com/kitgen/trunk@1438 9e558909-932a-0410-a563-af77432da1eb

extdefs/Tkhtml.kbs [new file with mode: 0644]

diff --git a/extdefs/Tkhtml.kbs b/extdefs/Tkhtml.kbs
new file mode 100644 (file)
index 0000000..0b3ae1f
--- /dev/null
@@ -0,0 +1,11 @@
+Version 3.0
+
+Sources fetch http://tkhtml.tcl.tk/tkhtml3-alpha-14.tar.gz
+
+Build {
+    Run sh [Srcdir]/configure --with-tcl=[Libdir] --with-tk=[Libdir]
+    Run make install
+    Run strip -x [Unglob ../lib/Tkhtml3*/libTkhtml3*]
+}
+
+Result [Unglob ../lib/Tkhtml3*]
\ No newline at end of file