source: gnome-systemd/platform/librest.xml@ b9d555bd

7.6-blfs 7.6-systemd kde5-14269 kde5-14686 systemd-13485
Last change on this file since b9d555bd was b9d555bd, checked in by Krejzi <krejzi@…>, 10 years ago

Package checks, tweaks and updates.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14043 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.8 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 librest-download-http "&gnome-download-http;/rest/0.7/rest-&librest-version;.tar.xz">
8 <!ENTITY librest-download-ftp "&gnome-download-ftp;/rest/0.7/rest-&librest-version;.tar.xz">
9 <!ENTITY librest-md5sum "abd6211788b9b8dac432a26767099a27">
10 <!ENTITY librest-size "316 KB">
11 <!ENTITY librest-buildsize "7.0 MB">
12 <!ENTITY librest-time "0.2 SBU">
13]>
14
15<sect1 id="librest" xreflabel="librest-&librest-version;">
16 <?dbhtml filename="librest.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>librest-&librest-version;</title>
24
25 <indexterm zone="librest">
26 <primary sortas="a-librest">librest</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to librest</title>
31
32 <para>
33 <application>librest</application> was designed to make it easier
34 to access web services that claim to be "RESTful". It includes
35 convenience wrappers for libsoup and libxml to ease remote use of
36 the RESTful API.
37 </para>
38
39 &lfs76_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&librest-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&librest-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &librest-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &librest-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &librest-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &librest-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">librest Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="cacerts"/> and
80 <xref linkend="libsoup"/>
81 </para>
82
83 <bridgehead renderas="sect4">Recommended</bridgehead>
84 <para role="recommended">
85 <xref linkend="gobject-introspection"/>
86 </para>
87
88 <bridgehead renderas="sect4">Optional</bridgehead>
89 <para role="optional">
90 <xref linkend="gtk-doc"/>
91 </para>
92
93 <para condition="html" role="usernotes">User Notes:
94 <ulink url="&blfs-wiki;/librest"/>
95 </para>
96 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of librest</title>
100
101 <para>
102 Install <application>librest</application> by running the following
103 commands:
104 </para>
105
106<screen><userinput>./configure --prefix=/usr &amp;&amp;
107make</userinput></screen>
108
109 <para>
110 To test the results, issue: <command>make check</command>.
111 </para>
112
113 <para>
114 Now, as the <systemitem class="username">root</systemitem> user:
115 </para>
116
117<screen role="root"><userinput>make install</userinput></screen>
118
119 </sect2>
120
121 <sect2 role="content">
122 <title>Contents</title>
123
124 <segmentedlist>
125 <segtitle>Installed Programs</segtitle>
126 <segtitle>Installed Libraries</segtitle>
127 <segtitle>Installed Directories</segtitle>
128
129 <seglistitem>
130 <seg>
131 None
132 </seg>
133 <seg>
134 librest-0.7.so and librest-extras-0.7.so
135 </seg>
136 <seg>
137 /usr/include/rest-0.7 and
138 /usr/share/gtk-doc/html/rest-0.7
139 </seg>
140 </seglistitem>
141 </segmentedlist>
142
143 <variablelist>
144 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
145 <?dbfo list-presentation="list"?>
146 <?dbhtml list-presentation="table"?>
147
148 <varlistentry id="librest-0.7">
149 <term><filename class="libraryfile">librest-0.7.so</filename></term>
150 <listitem>
151 <para>
152 contains the RESTful Web API Query functions.
153 </para>
154 <indexterm zone="librest librest-0.7">
155 <primary sortas="c-librest-0.7">librest-0.7.so</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 <varlistentry id="librest-extras-0.7">
161 <term><filename class="libraryfile">librest-extras-0.7.so</filename></term>
162 <listitem>
163 <para>
164 contains extra RESTful Web API Query functions.
165 </para>
166 <indexterm zone="librest librest-extras-0.7">
167 <primary sortas="c-librest-extras-0.7">librest-extras-0.7.so</primary>
168 </indexterm>
169 </listitem>
170 </varlistentry>
171
172 </variablelist>
173
174 </sect2>
175
176</sect1>
Note: See TracBrowser for help on using the repository browser.