Apps :: .UCI tutorial
i would like to make a .uci extension, is there a detailed tutorial
for doing it? i mean adding scripts, and resolving dependencies?
UCI files are built exactly like tar.gz extensions, except they are compressed in a different way and usually include a mini tar.gz extension within them (/opt/<programname>/user.tar.gz).
http://damnsmalllinux.org/wiki/index.php/Category:MyDSL
Follow the same procedure as tar.gz, just remember to put writeable files that will not be in /opt/programname into user.tar.gz before creating the cloop file. Then instead of tarring up the package, use the UCI doc to finish up.
Thanks mikshaw,
original here.