Posted to tcl by aspect at Wed Nov 19 01:38:37 GMT 2014view raw
- mkdir tls.vfs
- teapot-client get tls.vfs Linux \* tls
- echo 'foreach dir [glob tls.vfs/lib/*] {pkg_mkIndex -verbose $dir}' | tclsh
- echo > tls.vfs/main.tcl '
- package require starkit
- if {[starkit::startup] eq "sourced"} return
- package require tls
- '
- sdx wrap tls.kit
- # it would be nice if teapot-client could guess or tell me my local architecture
- # building multiarch kits oughtn't be difficult
- # recipe using AS's teacup to fetch packages would be helpful too