Re: failed at first hurdle - fetching kitgen via cvs
Rene Zaumseil <[email protected]>
| Newsgroups | gmane.comp.lang.tcl.starkit |
|---|---|
| Message-ID | <[email protected]> |
Am Donnerstag, 3. Mai 2007 18:09 schrieb Olly:
> Thanks!
>
> FWIW, I'm trying Rene's KBS version now as it looks like it suits my
> requirements pretty well...
Here some small changes (tcllib+tklib) and enhancements (bwidget) for the
defs.kbs file:
Package tcllib-1.9 {
Source tcllib-1.9 cvs tcllib.cvs.sourceforge.net:/cvsroot/tcllib -r
tcllib-1-9 tcllib
Configure {
Run-env CC=$_(CC) [Srcdir]/configure\
--prefix=[Builddir] --exec-prefix=[Builddir]
}
Make {}
Install { Run make install-libraries }
Clean { Run make clean }
Test { Run make test }
Result lib/tcllib1.9
}
Package tklib-0.4.1 {
Source tklib-0.4.1 cvs tcllib.cvs.sourceforge.net:/cvsroot/tcllib -r
tklib-0-4-1 tklib
Configure {
Run-env CC=$_(CC) [Srcdir]/configure\
--prefix=[Builddir] --exec-prefix=[Builddir]
}
Make {}
Install { Run make install-libraries }
Clean { Run make clean }
Test { Run make test }
Result lib/tklib0.4
}
Package bwidget-1.8.0 {
Source bwidget-1.8.0 cvs tcllib.cvs.sourceforge.net:/cvsroot/tcllib -r
bwidget-1_8_0 bwidget
Configure {}
Install {
file delete -force [Builddir]/lib/[file tail [Srcdir]]
file copy -force [Srcdir] [Builddir]/lib
}
Result lib/tcllib-1.9
}
Enjoy
rene