#!/bin/bash
echo "This script will download and install the scons-local package"
echo "under the scons/ subdirectory, enabling you to install gnophone"
echo "without having the scons package installed itself."

cd scons
wget http://easynews.dl.sourceforge.net/sourceforge/scons/scons-local-0.96.1.tar.gz
tar -zxf scons-local-0.96.1.tar.gz
cd ..
