
===============================  Scripts  ==================================

package-create  [options]
TODO:
    the tool to help you create a new package
    
    
package-rebuild  <package-name>_<version>
Rebuild (compile and install) a package from the source if
the package informations are available into the 'ports'
directory.
TODO:
    1. run "setup --request"
    2. ask to continue on errors
    3. run package-repack at the end


package-repack  <package-name>_<version>  [<target_dir>]
TODO:
    from a package available as 'ports' read the MANIFEST file and build
    a temporary directory in /var/tmp then run 'package-build' on it


package-build  <package-name>_<version>  [<source_dir>]  [<target_dir>]
TODO:
    create a .BPP package from a temporary directory and store it into
    the package repository then ask you if you want to install it with
    package-setup/setup


package-setup/setup  [options]
TODO:
    the tool to install .BPP packages


=======================  Configuration  Files  =============================

/etc/badpenguin/bpp/package.conf
    PKG_DEPOT="/usr/share/badpenguin/packages"
    PKG_SOURCE="/usr/share/badpenguin/sources"
    PKG_PORTS="/usr/share/badpenguin/ports"
    PKG_SPOOL="/var/spool/badpenguin"
    PKG_VERSION="1.9.9"

======================  Package  Informations  =============================

SOURCEREQUEST
Contains a list of request line needed to build the source
    kernel-source	2.2.14	2.2.14	/usr/src/linux-2.2.14
