version=1.0.6
source=(http://www.bzip.org/$version/bzip2-$version.tar.gz)

derle()
{
cd bzip2-$version

make

make PREFIX=/tools install
}