6.27. Sed-4.2.2

The Sed package contains a stream editor.

Approximate build time: 0.2 SBU
Required disk space: 12 MB

6.27.1. Installation of Sed

Prepare Sed for compilation:

./configure --prefix=/usr --bindir=/bin --htmldir=/usr/share/doc/sed-4.2.2

The meaning of the new configure option:

--htmldir

This sets the installation directory for the HTML documentation.

Compile the package and generate the HTML documentation:

make
make html

To test the results, issue:

make check

Install the package and its documentation to a temporary directory:

make install DESTDIR=$(pwd)/debian/tmp
make -C doc install-html DESTDIR=$(pwd)/debian/tmp

Create the package archive:

buildpkg

Install the package:

dpkg -i ../sed_4.2.2_*.deb

Remove the previous version of the package:

dpkg --purge sed-pass1

6.27.2. Contents of Sed

Installed program: sed
Installed directory: /usr/share/doc/sed-4.2.2

Short Descriptions

sed

Filters and transforms text files in a single pass