From 3a0d3cf8c4c24658157000110971448d48d6043a Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Thu, 24 Mar 2005 20:01:57 +0000 Subject: [PATCH] Updated build entities and added indexing tags to expat and FreeType git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3581 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/genlib/expat.xml | 50 ++++++++++++++++++++++------- general/graphlib/freetype2.xml | 57 +++++++++++++++++++++++++--------- 2 files changed, 82 insertions(+), 25 deletions(-) diff --git a/general/genlib/expat.xml b/general/genlib/expat.xml index bfddc41204..29d04ae413 100644 --- a/general/genlib/expat.xml +++ b/general/genlib/expat.xml @@ -9,7 +9,7 @@ - + ]> @@ -19,6 +19,8 @@ expat-&expat-version; + +Expat Introduction to <application>expat</application> @@ -55,25 +57,51 @@ C library for parsing XML. commands: ./configure --prefix=/usr && -make && -make install +make + +Now, as the root user: + +make install Contents -The expat package contains the -libexpat libraries and -xmlwf. + +Installed Program +Installed Library +Installed Directories - + +xmlwf +libexpat.[so,a] +None + + -Description + +Short Descriptions + -xmlwf -xmlwf is a non-validating utility to check whether or -not XML documents are well formed. + +xmlwf +is a non-validating utility to check whether or not +XML documents are well formed. + +xmlwf + + + + +libexpat.[so,a] +contains API functions for parsing +XML. + +libexpat.[so,a] + + + diff --git a/general/graphlib/freetype2.xml b/general/graphlib/freetype2.xml index dd6935dac5..a20c64cb1a 100644 --- a/general/graphlib/freetype2.xml +++ b/general/graphlib/freetype2.xml @@ -8,8 +8,8 @@ - - + + ]> @@ -19,11 +19,13 @@ FreeType-&freetype2-version; + +FreeType Introduction to <application>FreeType2</application> -The FreeType2 package contains a library to +The FreeType2 package contains a library to allow applications to properly render TrueType fonts. @@ -43,7 +45,7 @@ url="&freetype2-download-ftp;"/> Additional downloads -Recommended Patch: Recommended patch: @@ -58,24 +60,51 @@ commands: patch -Np1 -i ../freetype-&freetype2-version;-bytecode_interpreter-1.patch && ./configure --prefix=/usr && -make && -make install +make + +Now, as the root user: + +make install Contents -The FreeType2 package contains -libfreetype libraries. - + +Installed Program +Installed Library +Installed Directory -Description + +freetype-config +libfreetype.[so,a] +/usr/include/freetype2 + + -FreeType2 libraries -FreeType2 libraries add -TrueType font capabilities to -XFree86. + +Short Descriptions + + + +freetype-config +is used to get FreeType compilation +and linking information. + +freetype-config + + + + +libfreetype.[so,a] +contains functions to add TrueType +font capabilities to the X Window system. + +libfreetype.[so,a] + + +