source: general/sysutils/rasqal.xml@ 8aeb474

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 8aeb474 was 81586492, checked in by Ken Moffat <ken@…>, 12 years ago

Fix packages misindexed as o- or l-

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10473 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY rasqal-download-http "http://download.librdf.org/source/rasqal-&rasqal-version;.tar.gz">
8 <!ENTITY rasqal-download-ftp " ">
9 <!ENTITY rasqal-md5sum "49e4b75a0c67465edf55dd20606715fa">
10 <!ENTITY rasqal-size "1.5 MB">
11 <!ENTITY rasqal-buildsize "18 MB">
12 <!ENTITY rasqal-time "0.2 SBU">
13]>
14
15<sect1 id="rasqal" xreflabel="rasqal-&rasqal-version;">
16 <?dbhtml filename="rasqal.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Rasqal-&rasqal-version;</title>
24
25 <indexterm zone="rasqal">
26 <primary sortas="a-rasqal">rasqal</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Rasqal</title>
31
32 <para><application>Rasqal</application> is a C library that handles Resource
33 Description Framework (RDF) query language syntaxes, query construction and
34 execution of queries returning results as bindings, boolean, RDF graphs/triples
35 or syntaxes. It is required by <application>Soprano</application> to build
36 <application>Nepomuk</application>.</para>
37
38 &lfs71_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&rasqal-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&rasqal-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &rasqal-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &rasqal-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &rasqal-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &rasqal-time;</para>
59 </listitem>
60 </itemizedlist>
61
62<!--
63 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
64 <itemizedlist spacing='compact'>
65 <listitem>
66 <para>Required patch: <ulink
67 url="&patch-root;/rasqal-&rasqal-version;-fixes-1.patch"/></para>
68 </listitem>
69 </itemizedlist>
70-->
71 <bridgehead renderas="sect3">Rasqal Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="raptor"/>
76 </para>
77
78 <para condition="html" role="usernotes">User Notes:
79 <ulink url="&blfs-wiki;/rasqal"/></para>
80
81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of Rasqal</title>
85
86 <para>Install <application>Rasqal</application> by running the following
87 commands:</para>
88
89<screen><userinput>./configure --prefix=/usr \
90 --disable-static &amp;&amp;
91make</userinput></screen>
92
93 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
94
95<screen role="root"><userinput>make install</userinput></screen>
96
97 </sect2>
98
99 <sect2 role="commands">
100 <title>Command Explanations</title>
101
102 <para><option>--disable-static</option>: This option prevents compiling the
103 static archive versions of the libraries.</para>
104
105 </sect2>
106
107 <sect2 role="content">
108 <title>Contents</title>
109
110 <segmentedlist>
111 <segtitle>Installed Programs</segtitle>
112 <segtitle>Installed Libraries</segtitle>
113 <segtitle>Installed Directories</segtitle>
114
115 <seglistitem>
116 <seg>rasqal-config and roqet</seg>
117 <seg>librasqal.so</seg>
118 <seg>/usr/include/rasqal and /usr/share/gtk-doc/html/rasqal</seg>
119 </seglistitem>
120 </segmentedlist>
121
122 <variablelist>
123 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
124 <?dbfo list-presentation="list"?>
125 <?dbhtml list-presentation="table"?>
126
127 <varlistentry id="rasqal-config">
128 <term><command>rasqal-config</command></term>
129 <listitem>
130 <para>is a utility for retrieving the installation options of rasqal</para>
131 <indexterm zone="rasqal rasqal-config">
132 <primary sortas="b-rasqal-config">rasqal-config</primary>
133 </indexterm>
134 </listitem>
135 </varlistentry>
136
137 <varlistentry id="roqet">
138 <term><command>roqet</command></term>
139 <listitem>
140 <para>is a RDF query utility.</para>
141 <indexterm zone="rasqal roqet">
142 <primary sortas="b-roqet">roqet</primary>
143 </indexterm>
144 </listitem>
145 </varlistentry>
146
147 </variablelist>
148
149 </sect2>
150
151</sect1>
Note: See TracBrowser for help on using the repository browser.