version=4.2.2
source=(http://ftp.gnu.org/gnu/sed/sed-$version.tar.bz2)
build()
{
cd sed-$version
./configure --prefix=/tools
make
make install
}