SliTaz GNU/Linux official and community documentation wiki.
.png

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
en:guides:makingtazpackages [2016/01/15 12:43]
brianperry
en:guides:makingtazpackages [2016/01/16 12:13]
brianperry
Line 9: Line 9:
 So, with this, we're all ready now to make a tazpackage ourselves: \\  So, with this, we're all ready now to make a tazpackage ourselves: \\ 
     * put all the files/​folders you need in /​fs/​path_of_files/​ and compress this as cpio, and then as lzma (do this using the cpio-command "cpio -o -H newc --quiet ", and the lzma-command "xz --format=lzma fs.cpio.lzma fs.cpio"​ or alternatively with a gui-based compression utility (like xarchiver, ...) \\      * put all the files/​folders you need in /​fs/​path_of_files/​ and compress this as cpio, and then as lzma (do this using the cpio-command "cpio -o -H newc --quiet ", and the lzma-command "xz --format=lzma fs.cpio.lzma fs.cpio"​ or alternatively with a gui-based compression utility (like xarchiver, ...) \\ 
-    * put the file size details of the cpio.lzma folder in the receipt (you can find these by right-clicking-->​properties in PCManFm on the file). Also put the following lines (replace "​text"​ with your commands):+    * put the file size details of the cpio.lzma folder in the receipt (you can find these by right-clicking-->​properties in PCManFm on the file). Also put in the following lines (replace "​text"​ with your commands; for more rules, see http://​doc.slitaz.org/​en:​cookbook:​receipt):
  
 <note tip> <note tip>
Line 38: Line 38:
  
 Once you have made a package, you can put it on a personal ftp site/​webspace,​ or you can upload it to the slitaz package database using mercurial. See http://​doc.slitaz.org/​en:​oldcookbook:​wok on how to do this. Once you have made a package, you can put it on a personal ftp site/​webspace,​ or you can upload it to the slitaz package database using mercurial. See http://​doc.slitaz.org/​en:​oldcookbook:​wok on how to do this.
 +
 +Also note you may also want to read: \\ 
 +http://​hg.slitaz.org/​tazpkg/​raw-file/​tip/​doc/​tazpkg.en.html \\ 
 +http://​hg.slitaz.org/​cookutils/​raw-file/​tip/​doc/​cookutils.en.html
 
en/guides/makingtazpackages.txt ยท Last modified: 2016/01/28 15:07 by brianperry