tazpkg diff README @ rev 840

Add a bunch of modules with new-style support of 'root' (not all commands are modules yet); strip and compress resources.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 28 16:10:34 2015 +0300 (2015-08-28)
parents 58f001f8e2bc
children
line diff
     1.1 --- a/README	Mon Dec 15 03:27:27 2014 +0200
     1.2 +++ b/README	Fri Aug 28 16:10:34 2015 +0300
     1.3 @@ -1,4 +1,4 @@
     1.4 -README for TazPkg -  Tiny autonomous packages manager
     1.5 +README for TazPkg - Tiny autonomous packages manager
     1.6  ===============================================================================
     1.7  
     1.8  
     1.9 @@ -9,28 +9,34 @@
    1.10  
    1.11  TazPkg is entirely built from scratch using SHell script; compatible with
    1.12  Bash, it runs under Ash - part of the Busybox project. TazPkg is distributed
    1.13 -under the free GNU license GPL V3. 
    1.14 +under the free GNU license GPL V3.
    1.15  
    1.16  Development HG repo: http://hg.slitaz.org/tazpkg
    1.17  
    1.18  
    1.19  Installation
    1.20  ------------
    1.21 +
    1.22  To install all needed files and compile translated messages, make and gettext
    1.23  must be installed. Running 'make install' will install everything in /usr, but
    1.24 -another path and/or destination can be specified via PREFIX and DESTDIR.
    1.25 +another path and/or destination can be specified via prefix and DESTDIR.
    1.26 +
    1.27  Example:
    1.28  
    1.29  	$ make DESTDIR=$PWD/_pkg install
    1.30  
    1.31 +
    1.32  Uninstall
    1.33  ---------
    1.34 +
    1.35  Simply type:
    1.36 -	
    1.37 -	$ make uninstall	
    1.38 +
    1.39 +	$ make uninstall
    1.40 +
    1.41  
    1.42  Translation
    1.43 ------------	
    1.44 +-----------
    1.45 +
    1.46  To start a new translation please use msginit from the pot file directory.
    1.47  Example for French/France locale (fr_FR):
    1.48