The Libpipeline package contains a library for manipulating pipelines of subprocesses in a flexible and convenient way.
Fix an incompatibility between this package and Glibc-2.16.0:
sed -i -e '/gets is a/d' gnulib/lib/stdio.in.h
Prepare Libpipeline for compilation:
PKG_CONFIG_PATH=/tools/lib/pkgconfig ./configure --prefix=/usr
The meaning of the configure options:
PKG_CONFIG_PATH
Use pkg-config to obtain the location of the test library metadata built in Section 5.13, “Check-0.9.8”.
Compile the package:
make
To test the results, issue:
make check
Install the package:
make install