From 6f0f00c2776c73352ec77c44868cc504c06f4987 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sun, 1 May 2005 15:12:06 +0000 Subject: [PATCH] Tagged libxslt.xml git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3919 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/genlib/libxslt.xml | 262 ++++++++++++++++++++----------------- 1 file changed, 140 insertions(+), 122 deletions(-) diff --git a/general/genlib/libxslt.xml b/general/genlib/libxslt.xml index 784cb74a00..695fd5ddad 100644 --- a/general/genlib/libxslt.xml +++ b/general/genlib/libxslt.xml @@ -4,136 +4,154 @@ %general-entities; - - - - - - + + + + + + ]> - -$LastChangedBy$ -$Date$ - - -libxslt-&libxslt-version; - -Libxslt + + + + $LastChangedBy$ + $Date$ + + + Libxslt-&libxslt-version; + + + Libxslt + - -Introduction to <application>libxslt</application> + + Introduction to Libxslt + + The libxslt package contains + XSLT libraries. These are useful for extending libxml2 libraries to support + XSLT files. + + Package Information + + + Download (HTTP): + + + Download (FTP): + + + Download MD5 sum: &libxslt-md5sum; + + + Download size: &libxslt-size; + + + Estimated disk space required: &libxslt-buildsize; + + + Estimated build time: &libxslt-time; + + + + TEMPLATE Dependencies + + Required + + + Optional + and + libgcrypt + + + + + Installation of Libxslt -The libxslt package contains -XSLT libraries. These are useful -for extending libxml2 libraries to support -XSLT files. + Install libxslt by running the following + commands: -Package information - -Download (HTTP): -Download (FTP): -Download MD5 sum: &libxslt-md5sum; -Download size: &libxslt-size; -Estimated disk space required: -&libxslt-buildsize; -Estimated build time: -&libxslt-time; - +./configure --prefix=/usr && +make + + To test the results, issue: make check. + + Now, as the root user: + +make install + + + + + Contents -<application>libxslt</application> dependencies -Required - - + + Installed Programs + Installed Libraries + Installed Directories + + + xslt-config and xsltproc + libexslt.[so,a], libxslt.[so,a] and optionally, libxsltmod.[so,a] + Python modules + /usr/include/libxslt, /usr/share/doc/libxslt-&libxslt-version;, and + /usr/share/doc/libxslt-python-&libxslt-version; + + + + + Short Descriptions + + + + + xslt-config + + is used to find out the pre-processor, linking and + compiling flags necessary to use the libxslt + libraries in 3rd-party programs. + + xslt-config + + + + + + xsltproc + + is used to apply XSLT stylesheets to XML documents. + + xsltproc + + + + + + libxslt.[so,a] + + provides extensions to the libxml2 + libraries to parse files that use the XSLT format. + + libxslt.[so,a] + + + + + + libexslt.[so,a] + + is used to provide extensions to XSLT functions. + + libexslt.[so,a] + + + + + -Optional - and -libgcrypt - - - - - - -Installation of <application>libxslt</application> - -Install libxslt by running the following -commands: - -./configure --prefix=/usr && -make - -To test the results, issue: make check. - -Now, as the root user: - -make install - - - - -Contents - - -Installed Programs -Installed Libraries -Installed Directories - - -xslt-config and xsltproc -libexslt.[so,a], libxslt.[so,a] and optionally, libxsltmod.[so,a] -Python modules -/usr/include/libxslt, /usr/share/doc/libxslt-&libxslt-version; and -/usr/share/doc/libxslt-python-&libxslt-version; - - - - -Short Descriptions - - - -xslt-config -is used to find out the pre-processor, linking and -compiling flags necessary to use the libxslt -libraries in 3rd-party programs. - -xslt-config - - - - -xsltproc -is used to apply XSLT stylesheets to -XML documents. - -xsltproc - - - - -libxslt.[so,a] - provides extensions to the libxml2 -libraries to parse files that use the XSLT format. - -libxslt.[so,a] - - - - -libexslt.[so,a] -is used to provide extensions to XSLT -functions. - -libexslt.[so,a] - - - - - +