# HG changeset patch # User Paul Issott # Date 1289118099 0 # Node ID 0cbc908e77084f25651edca08460ea44d6c35b1b # Parent a7d5ebd59038a2dd42c06dfc7d22dcc370085aee en: edit docs diff -r a7d5ebd59038 -r 0cbc908e7708 doc/tazwok.en.html --- a/doc/tazwok.en.html Wed Nov 03 01:33:32 2010 +0000 +++ b/doc/tazwok.en.html Sun Nov 07 08:21:39 2010 +0000 @@ -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.