projects
/
kitgen
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eff6793
)
added tkimg
author
Jean-Claude Wippler
<jcw@equi4.com>
Fri, 30 Mar 2007 22:22:22 +0000
(22:22 +0000)
committer
Jean-Claude Wippler
<jcw@equi4.com>
Fri, 30 Mar 2007 22:22:22 +0000
(22:22 +0000)
git-svn-id: svn://svn.equi4.com/kitgen/trunk@1342
9e558909
-932a-0410-a563-
af77432da1eb
extdefs/tkimg.kbs
[new file with mode: 0644]
patch
|
blob
diff --git a/extdefs/tkimg.kbs
b/extdefs/tkimg.kbs
new file mode 100644
(file)
index 0000000..
316604e
--- /dev/null
+++ b/
extdefs/tkimg.kbs
@@ -0,0
+1,15
@@
+#Version 1.3
+Version 1.2.6
+
+#Sources svn https://tkimg.svn.sourceforge.net/svnroot/tkimg/trunk
+Sources cvs tkimg.cvs.sourceforge.net:/cvsroot/tkimg
+
+Build {
+ Sh [Srcdir]/configure --with-tcl=[Libdir] --with-tk=[Libdir]
+ Sh make install
+ foreach f [glob ../lib/Img1*/*[info sharedlibext]] {
+ Sh strip -x $f
+ }
+}
+
+Result [Unglob ../lib/Img1*]
\ No newline at end of file