# HG changeset patch # User Antoine Bodin # Date 1297518539 -3600 # Node ID e0b050d9ae25b42ec53a83920127a2ebacf2a1a1 # Parent dd46dd15a4ef750e743e2b99178e5b7f4731e0b3 Commit forgotten changeset 181 from tazwok diff -r dd46dd15a4ef -r e0b050d9ae25 doc/tazwok.en.html --- a/doc/tazwok.en.html Sat Feb 12 14:47:01 2011 +0100 +++ b/doc/tazwok.en.html Sat Feb 12 14:48:59 2011 +0100 @@ -42,14 +42,14 @@

Tazwok is a command line tool to configure and compile a package from source. Tazwok can also create packages ready to be used by Tazpkg, the SliTaz package manager. To work, Tazwok uses a directory containing -the receipt and the necessary information (stuff) for the construction of the package. This receipt is also used by +the receipt and any necessary information (stuff) for the construction of the package. This receipt is also used by Tazpkg and consists of different variables and functions. Tazwok uses a configuration file (/etc/tazwok.conf) to find the path to the wok, the package sources, and any generated .tazpkg packages. Tazwok can also generate a list of packages with their md5, create packages interactively, search for packages in the wok, clean generated files and even cook several packages at once (See available commands).

-Tazwok is entirely built from scratch using SHell script, compatible with Bash, it runs under Ash - +Tazwok is entirely built from scratch using SHell script, compatible with Bash; it runs under Ash - part of the Busybox project. Tazwok is distributed under the free GNU license GPL V3. The SliTaz Cookbook also provides documentation about Tazwok and the package receipts.