From 8f8ea552f4eb876a1dd307f04b4e7b5630b9ee8b Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Mon, 18 Apr 2011 21:45:39 +0000 Subject: Add new Libpipeline page, missed from r9504. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9508 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/libpipeline.xml | 90 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 chapter06/libpipeline.xml (limited to 'chapter06') diff --git a/chapter06/libpipeline.xml b/chapter06/libpipeline.xml new file mode 100644 index 000000000..1c832d0e3 --- /dev/null +++ b/chapter06/libpipeline.xml @@ -0,0 +1,90 @@ + + + %general-entities; +]> + + + + + + libpipeline + &libpipeline-version; +
&libpipeline-url;
+
+ + Libpipeline-&libpipeline-version; + + + Libpipeline + + + + + + <para>The Libpipeline package contains a library for manipulating pipelines + of subprocesses in a flexible and convenient way.</para> + + <segmentedlist> + <segtitle>&buildtime;</segtitle> + <segtitle>&diskspace;</segtitle> + + <seglistitem> + <seg>&libpipeline-ch6-sbu;</seg> + <seg>&libpipeline-ch6-du;</seg> + </seglistitem> + </segmentedlist> + + </sect2> + + <sect2 role="installation"> + <title>Installation of Libpipeline + + Prepare Libpipeline for compilation: + +./configure --prefix=/usr + + Compile the package: + +make + + This package does not come with a test suite. + + Install the package: + +make install + + + + + Contents of Libpipeline + + + Installed libraries + + + libpipeline.so + + + + + Short Descriptions + + + + + libpipeline + + This library is used to safely construct pipelines between + subprocesses + + libpipeline + + + + + + + +
-- cgit v1.2.3-54-g00ecf