tazpkg annotate README @ rev 662

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sat Feb 22 17:35:36 2014 +0000 (2014-02-22)
parents 89b1cd522e57
children 58f001f8e2bc
rev   line source
pankso@646 1 README for TazPKG - Tiny autonomous packages manager
pankso@0 2 ===============================================================================
pankso@0 3
pankso@0 4
al@633 5 TazPkg is a small but powerful packages manager for SliTaz GNU/Linux and
paul@349 6 other UNIX-like operating systems. It uses a *.tazpkg package generally built
paul@662 7 by Cookutils with a receipt found in the wok. More information can be found in
paul@349 8 the SliTaz Cookbook and the manual.
pankso@0 9
al@633 10 TazPkg is entirely built from scratch using SHell script; compatible with
al@633 11 Bash, it runs under Ash - part of the Busybox project. TazPkg is distributed
pankso@343 12 under the free GNU license GPL V3.
pankso@0 13
paul@662 14 Development HG repo: http://hg.slitaz.org/tazpkg
pankso@344 15
pankso@0 16
pankso@343 17 Installation
pankso@343 18 ------------
pankso@343 19 To install all needed files and compile translated messages, make and gettext
pankso@343 20 must be installed. Running 'make install' will install everything in /usr, but
pankso@343 21 another path and/or destination can be specified via PREFIX and DESTDIR.
pankso@343 22 Example:
pankso@0 23
pankso@343 24 $ make DESTDIR=$PWD/_pkg install
pankso@0 25
pankso@343 26 Uninstall
pankso@343 27 ---------
pankso@343 28 Simply type:
pankso@343 29
pankso@343 30 $ make uninstall
pankso@0 31
pankso@343 32 Translation
pankso@343 33 -----------
pankso@343 34 To start a new translation please use msginit from the pot file directory.
pankso@343 35 Example for French/France locale (fr_FR):
pankso@0 36
pankso@343 37 $ msginit -l fr_FR -o fr.po -i tazpkg.pot
pankso@0 38
pankso@343 39 To update all translations from the pot file:
pankso@0 40
pankso@343 41 $ make msgmerge
pankso@0 42
pankso@343 43 To compile po files for testing purposes you can use 'make msgfmt' or manually
pankso@343 44 compile your translation. Example for french locale, note that the file must be
pankso@343 45 copied into /usr/share/locale/fr/LC_MESSAGES so gettext can find it:
pankso@279 46
pankso@343 47 $ msgfmt -o tazpkg.mo fr.po
pankso@0 48
pankso@0 49
pankso@0 50 ===============================================================================
pankso@0 51 http://www.slitaz.org/