Table of Contents

A Meta-extension is a kind of extension that is useful when a set of related utilities or applications that usually work together (like a development chain), are needed to be installed altogether in one time. This will simplify the installation process.

It is based on the idea that the meta-extension itself is sufficient to be a squashed empty file, and only the needed extensions (.tcz) are listed as dependencies in its '.dep' file. As a reminder, a submitted extension requires other than those '.tcz' and '.dep' files, the files '.list', '.md5.txt' and '.info' as well.

#- Create the '.tcz' file

{VERSIONS(nav⇒y,title⇒y,default⇒latest)}

Use an existing meta-extension such as compiletc.tcz. Or create an empty squashfs archive.

{VERSIONS}

#- Create '.dep' file

#- Create '.list', '.md5.txt' and '.info' files (needed only to submit to the official repository)

take one sample from

X- USEFUL LINKS

see for related wiki page and official guide for details: