Hello all,
This is a script I made for re-packaging outside the TCL environment. Maybe tce-load already does it, but anyway. I'll leave it here in case someone needs it.
It downloads all packages in a list file, all it's dependencies, and it's dependencies dependencies, etc...
1) Verify the first 2 constants (mirror URL and kernel version)
2) Point the script to a text file with the list of packages, it can be a file like the onboot.lst or a .dep of a tcz packages with the list of dependencies.
Example:
I Want to download all dependencies for a .TCZ file, of the 4.x version
1) I leave the default constants
readonly cstMIRROR=http://distro.ibiblio.org/tinycorelinux/4.x/x86/tcz/
readonly cstKERNEL=3.0.21-tinycore
2) I download the .dep file for that package from the mirror and point the script to it.
./gettcz.sh FreeRDP-ffmpeg.tcz.dep
After some time, all packages will be in the current folder.
Anyway, I hope it's useful for someone..
Regards
PS: It requires de wget package. I tested it on debian.