spk view README @ rev 0

First commit with the README
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 11 15:40:08 2012 +0200 (2012-05-11)
parents
children 8f84351554c5
line source
1 SliTaz Spk
2 ================================================================================
5 The SliTaz Spk toolset provide tools and utils to handle SliTaz packages.
8 Spk
9 -------------------------------------------------------------------------------
10 Spk is the main tool to handle and play with SliTaz packages, it handle multiple
11 packages on cmdline and a wide range of --options wo will perform tasks such as
12 adding or removing packages using the toolset. Spk itself provide some small
13 commands such as ls or info.
16 Toolset
17 -------------------------------------------------------------------------------
18 Spk is separated in many small tools follwin the UNIX philosophy: one tool for
19 one task but do it well. Here is a list of proposal tools and ther functions:
21 * spk-add : Install local or online pkgs
22 * spk-rm : Remove packages: confirm in option ?
23 * spk-up : Upgrade the all system
24 * spk-search : Search for packages or files
25 * spk-... : your turn Christina :-)
28 Devnotes
29 -------------------------------------------------------------------------------
31 * packages.desc format: package | 1.0 | desc | category | website
32 * packages.md5 format : de9f76250657000958ee0120d376613e package-1.0.tazpkg
33 * ...
36 Coding style
37 --------------------------------------------------------------------------------
38 Here are the spk coding style notes, follow them if you want your code included
39 in the package. These rules are in addition to cookutils coding style, please
40 read also cookutils/README
43 * No bash, be Busybox Ash compatible
44 * Use libtaz.sh, slitaz.conf and libpkg.sh
45 * ...
47 ================================================================================