mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
3f2db3a638
They only contain a date tag that is nowhere used.
140 lines
3.6 KiB
XML
140 lines
3.6 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY libcddb-download-http "&sourceforge-dl;/libcddb/libcddb-&libcddb-version;.tar.bz2">
|
|
<!ENTITY libcddb-download-ftp " ">
|
|
<!ENTITY libcddb-md5sum "8bb4a6f542197e8e9648ae597cd6bc8a">
|
|
<!ENTITY libcddb-size "384 KB">
|
|
<!ENTITY libcddb-buildsize "3.9 MB (with tests)">
|
|
<!ENTITY libcddb-time "0.2 SBU (with tests)">
|
|
]>
|
|
|
|
<sect1 id="libcddb" xreflabel="libcddb-&libcddb-version;">
|
|
<?dbhtml filename="libcddb.html"?>
|
|
|
|
|
|
<title>libcddb-&libcddb-version;</title>
|
|
|
|
<indexterm zone="libcddb">
|
|
<primary sortas="a-libcddb">libcddb</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to libcddb</title>
|
|
|
|
<para>
|
|
The <application>libcddb</application> is a library that implements
|
|
the different protocols (CDDBP, HTTP, SMTP) to access data on a CDDB
|
|
server.
|
|
</para>
|
|
|
|
&lfs112_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&libcddb-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&libcddb-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &libcddb-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &libcddb-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &libcddb-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &libcddb-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/libcddb"/></para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of libcddb</title>
|
|
|
|
<para>
|
|
Install <application>libcddb</application> by running the
|
|
following commands:
|
|
</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr --disable-static &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
To test the results, issue: <command>make check</command>. Two
|
|
tests fail due to missing test servers.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Library</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
cddb_query
|
|
</seg>
|
|
<seg>
|
|
libcddb.so
|
|
</seg>
|
|
<seg>
|
|
/usr/include/cddb
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="cddb_query">
|
|
<term><command>cddb_query</command></term>
|
|
<listitem>
|
|
<para>
|
|
provides a user interface to a CDDB server
|
|
</para>
|
|
<indexterm zone="libcddb cddb_query">
|
|
<primary sortas="b-cddb_query">cddb_query</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
</sect2>
|
|
|
|
</sect1>
|