spk rev 6

Add doc/libspk.txt (man alike doc for libspk.sh
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 11 16:33:19 2012 +0200 (2012-05-11)
parents 92d281f307b8
children 69ed9cf3a2dc
files doc/libspk.txt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/doc/libspk.txt	Fri May 11 16:33:19 2012 +0200
     1.3 @@ -0,0 +1,20 @@
     1.4 +
     1.5 +SYNOPSIS
     1.6 +	. /usr/lib/slitaz/libspk.sh
     1.7 +	function
     1.8 +
     1.9 +DESCRIPTION
    1.10 +	Libpkg provide base functions and variables to all spk-tools. It will
    1.11 +	source the main /etc/slitaz/slitaz.conf as well as /lib/libtaz.sh and
    1.12 +	the base packages functions from /usr/lib/slitaz/libpkg.sh
    1.13 +
    1.14 +FUNCTIONS
    1.15 +	receipt_info
    1.16 +	count_installed
    1.17 +	count_mirrored
    1.18 +
    1.19 +OPTIONS
    1.20 +
    1.21 +AUTHOR
    1.22 +	Written by Christophe Lincoln and Christian Mesh
    1.23 +