version=4.8
source=(http://ftp.gnu.org/gnu/sed/sed-$version.tar.xz)

build() {
cd sed-$version

./configure --prefix=/tools

make
make install
}
