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

build()
{
cd bzip2-$version

make

make PREFIX=/tools install
}
