CHANGELOG

0.3
 - Correct script header (thanks to brainvision)
 
 - General fixed output
   * Now is so coooool
 
 - Inverted _doinst() and _slack_desc
 
 - Changed command execution
   * introduced COMMANDS
 
 - Added _intro() and _outro() functions
 
 - Added EXPDIR
   * Set where you want to put slackbuilds
 
 - In function _print_slackdesc()
   * Removed clear
   * Removed check of existing files, now it remove by default
   * Main bugs fixed
   * Removed variable FILE
   * Fixed some local variables
   * Added non-Slacky-standard support
   * WARNING: consider ALL in TESTING
 
 - In function _slack_desc()
   * Set option 1 as default
   * Set 3 to option NOT
   * Changed variable DSK in OPT
 
 - In function _doinst()
   * Set option 1 as Slacky standard and made as default.
   * Set option 2 to desc from scratch
   * Set option 4 to NOT
   
 - In function _download()
   * Added EXPDIR
   
 - In function _set_tarball_name()
   * Out of testing the "sed" part
 
 - In function _set_dir_name()
   * Added "sed" correction part
 
 - In function _set_build_type()
   * Add first control, removing build.tmp if exists (TESTING)
   * Set "configure" as default
   
 - In function _write_special_op()
   * Fixed first removing operation
   
 - In function _set_build_type()
   * Added second "if exists" control
   
 - In function _write_special_op()
   * Fixed control, file may not exists and you don't want it
 
 - In function _print-slackbuild()
   * moved _set_tree() inside
   
 - Added some comments


0.2
 - Changed default workdir
   * Now is set to $HOME by default

 - Fixed global variables
   * Now you can determine they externally

 - Inverted _build_type() and _special()

 - Added SLACKYSTD
   * Set NO if you don't want Slacky.eu standard
     (WARNING: not implemented yet)

 - In function _std_doinst()
   * Renamed in _print_std_doinst

 - In function _down_files()
   * Renamed in _download (c'est plus facile)
   * Fixed "mv" section to move every file you want

 - In function _name()
   * Renamed in _define_name()

 - In function _official()
   * Renamed in _define_official_site()

 - In function _auth()
   * Renamed in _define_author()

 - In function _builder()
   * Renamed in _define_builder()

 - In function _arch()
   * Renamed in _define_arch()

 - In function _source()
   * Renamed in _define_source_url()

 - In function _tarball()
   * Renamed in _set_tarball_name()

 - In function _dir()
   * Renamed in _set_dir_name()

 - In function _patch()
   * Renamed in _write_patch()
   * Fix "rm" section

 - In function _build_type()
   * Renamed in _set_build_type()

 - In function _special()
   * Renamed in _write_special_op()

 - In function _doc()
   * Renamed in _select_docs
 - 
   
0.1
 - First release
