#!/bin/sh
echo ============================ SumaPack 0.3.869 ====================================
echo You are installing SumaPack, via its bootstrap shell installer, version: 0.3.869.
echo SumaPack helps developers in  providing multidistro and muse capabilities to its 
echo software packages, helps users giving a common interfgace to package managment.
echo Pre-Alfa software, use with precaution, and without guarantee
echo http://www.sumapack.org. Free and Copyleft Software. AGPLv3+ 
echo Diego.Saravia@gmail.com  2005-2010
echo Installer needs Internet, wget and tar, will try to work with your system installer.   
echo With and argument will install via svn with svn command  
echo =================================================================================
wget -c http://www.sumapack.org/download/sumapack-last-bootstrap.tar.gz
tar -zxvf sumapack-last-bootstrap.tar.gz
cd spbs
if test "x" = x ; then 
   ./sp-install
 else
   ./sp-installsvn
fi

