glfs/general/genlib/qca.xml
Thomas Trepl 47969a6003 Add several packages in preparation for (but not only for) KDE4
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8858 af4574ff-66df-0310-9fd7-8a98e5e911e0
2011-02-08 21:13:13 +00:00

139 lines
4.0 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 qca-download-http "http://delta.affinix.com/download/qca/2.0/qca-&qca-version;.tar.bz2">
<!ENTITY qca-download-ftp " ">
<!ENTITY qca-md5sum "fc15bd4da22b8096c51fcfe52d2fa309">
<!ENTITY qca-size "4.5 MB">
<!ENTITY qca-buildsize "89 MB">
<!ENTITY qca-time "2.2 SBU">
]>
<sect1 id="qca" xreflabel="qca-&qca-version;">
<?dbhtml filename="qca.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Qca-&qca-version;</title>
<indexterm zone="qca">
<primary sortas="l-qca">qca</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to QCA</title>
<para><application>QCA</application> aims to provide a straightforward
and cross-platform crypto API, using <application>Qt4</application> datatypes
and conventions. <application>QCA</application> separates the API from
the implementation, using plugins known as Providers.</para>
&lfs67_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&qca-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&qca-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &qca-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &qca-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &qca-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &qca-time;</para>
</listitem>
</itemizedlist>
<!--
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing='compact'>
<listitem>
<para>Required patch: <ulink
url="&patch-root;/qca-&qca-version;-fixes-1.patch"/></para>
</listitem>
</itemizedlist>
-->
<bridgehead renderas="sect3">qca Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="qt4"/>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/qca"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of QCA</title>
<para>Install <application>qca</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix QtCore) &amp;&amp;
make</userinput></screen>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<!--
<sect2 role="commands">
<title>Command Explanations</title>
<para><option>- -xyz</option>: This option is set for ...</para>
</sect2>
-->
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>None</seg>
<seg>libqca.so</seg>
<seg>$QT4DIR/share/qca</seg>
</seglistitem>
</segmentedlist>
<!--
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="a-automoc4">
<term><command>automoc4</command></term>
<listitem>
<para>is a testing utility for qca-generated build trees.</para>
<indexterm zone="a-automoc4 automoc4">
<primary sortas="b-automoc4">automoc4</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
-->
</sect2>
</sect1>