The Sed package contains a stream editor.
Download HTTP: https://mirror.csclub.uwaterloo.ca/gnu/sed/sed-4.9.tar.xz
Download SHA256 Sum: 6e226b732e1cd739464ad6862bd1a1aba42d7982922da7a53519631d24975181
Download Size: 1,364 KB
Estimated Disk Space: 16.5M
Estimated Build Time: less than 0.5 SBU
Patch-2.8
Prepare Sed for compilation:
Now Configure the Package, issue:
./configure --prefix=/usr \
--host=$LFS_TGT \
--build=$(./build-aux/config.guess)
To Compile the Package, issue:
make
Now Install the Package, issue:
make DESTDIR=$LFS install