a few more extensions
authorJean-Claude Wippler <jcw@equi4.com>
Sat, 31 Mar 2007 10:29:20 +0000 (10:29 +0000)
committerJean-Claude Wippler <jcw@equi4.com>
Sat, 31 Mar 2007 10:29:20 +0000 (10:29 +0000)
git-svn-id: svn://svn.equi4.com/kitgen/trunk@1348 9e558909-932a-0410-a563-af77432da1eb

extdefs/incrtcl.kbs
extdefs/incrtk.kbs [new file with mode: 0644]
extdefs/tclral.kbs [new file with mode: 0644]
extdefs/tclx.kbs [new file with mode: 0644]

index c5bf8baae6eb3a4a0d060423e2e44eca04054211..f482c355f6ecaaac8604cbf3aa226e6691c23238 100644 (file)
@@ -5,7 +5,7 @@ Sources cvs incrtcl.cvs.sourceforge.net:/cvsroot/incrtcl incrTcl
 Build {
     Sh [Srcdir]/itcl/configure --with-tcl=[Libdir]
     Sh make binaries ITCL_LIBRARY=
-    Sh make install-binaries
+    Sh make install-binaries install-libraries
     Sh strip -x [Unglob ../lib/itcl3*/libitcl3*]
 }
 
diff --git a/extdefs/incrtk.kbs b/extdefs/incrtk.kbs
new file mode 100644 (file)
index 0000000..34d87af
--- /dev/null
@@ -0,0 +1,15 @@
+Version 3.3
+
+Requires incrtcl
+
+Sources symlink [Topdir]/8.x/incrtcl-[Version]
+
+Build {
+    Sh [Srcdir]/itk/configure \
+        --with-tcl=[Libdir] --with-itcl=[Libdir] --with-tk=[Libdir]
+    Sh make binaries ITCL_LIBRARY=
+    Sh make install-binaries
+    Sh strip -x [Unglob ../lib/itk3*/libitk3*]
+}
+
+Result [Unglob ../lib/itk3*]
\ No newline at end of file
diff --git a/extdefs/tclral.kbs b/extdefs/tclral.kbs
new file mode 100644 (file)
index 0000000..140d0db
--- /dev/null
@@ -0,0 +1,13 @@
+Version 0.8.2
+
+Sources cvs tclral.cvs.sourceforge.net:/cvsroot/tclral .
+#Sources fetch \
+#    http://mesh.dl.sourceforge.net/sourceforge/tclral/tclral-0.8.2.tar.gz
+
+Build {
+    Sh [Srcdir]/configure --with-tcl=[Libdir]
+    Sh make install-binaries
+    Sh strip -x [Unglob ../lib/ral0*/libral0*]
+}
+
+Result [Unglob ../lib/ral0*]
\ No newline at end of file
diff --git a/extdefs/tclx.kbs b/extdefs/tclx.kbs
new file mode 100644 (file)
index 0000000..ab9fd29
--- /dev/null
@@ -0,0 +1,11 @@
+Version 8.4
+
+Sources cvs tclx.cvs.sourceforge.net:/cvsroot/tclx
+
+Build {
+    Sh [Srcdir]/configure --with-tcl=[Libdir]
+    Sh make install-binaries
+    Sh strip -x [Unglob ../lib/tclx8*/libtclx8*]
+}
+
+Result [Unglob ../lib/tclx8*]
\ No newline at end of file